#b95fe4

Color #B95FE4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B95FE4

Tints of Medium Orchid #B95FE4

Color information

#B95FE4 (or 0xB95FE4) is unknown color: approx Medium Orchid. HEX triplet: B9, 5F and E4. RGB value is (185,95,228). Sum of RGB (Red+Green+Blue) = 185+95+228=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #B95FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95FE4 is #46A01B. Grayscale: #888888. Windows color (decimal): -4628508 or 14966713. OLE color: 14966713.

HSL color Cylindrical-coordinate representation of color #B95FE4: hue angle of 280.6º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95FE4 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18595228-
CMYK0.190.5800.11
HSL280.6º71.12%63.33%-
HSV(B)280.6º58.33%89.41%-
XYZ38.124.176.04-
YUV137.07179.32162.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 95 (37.5% from 255) = 18.70%
BLUE value IS 228 (89.45% from 255) = 44.88%
R=36.42%
G=18.70%
B=44.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185952280.190.5800.11280.671.1263.33
HexB95FE4133A0B119473f
Octal271137344237201343110777
Binary1011100110111111110010010011111010010111000110011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95fe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95fe4; }

 p { color: rgb(185,95,228); }

 H1.HeaderClassName
 {
   color: #b95fe4;
 }
 .AnyTagClassName
 {
   color: #b95fe4;
 }
</style>
background-color css

<style>
 a { background-color: #b95fe4; }

 a { background-color: rgb(185,95,228); }

 div.DivClassName
 {
   background-color: #b95fe4;
 }
 .BgClassName
 {
   background-color: #b95fe4;
 }
</style>
border-color css

<style>
 span { border-color: #b95fe4; }

 span { border-color: rgb(185,95,228); }

 td.TdClassName
 {
   border-color: #b95fe4;
 }
 .TagClassName
 {
   border-color: #b95fe4;
 }
</style>