#b95ce0

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

Shades of Medium Orchid #B95CE0

Tints of Medium Orchid #B95CE0

Color information

#B95CE0 (or 0xB95CE0) is unknown color: approx Medium Orchid. HEX triplet: B9, 5C and E0. RGB value is (185,92,224). Sum of RGB (Red+Green+Blue) = 185+92+224=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #B95CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CE0 is #46A31F. Grayscale: #868686. Windows color (decimal): -4629280 or 14703801. OLE color: 14703801.

HSL color Cylindrical-coordinate representation of color #B95CE0: hue angle of 282.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95CE0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18592224-
CMYK0.170.5900.12
HSL282.27º68.04%61.96%-
HSV(B)282.27º58.93%87.84%-
XYZ37.2923.3573.06-
YUV134.85178.31163.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=36.93%
G=18.36%
B=44.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185922240.170.5900.12282.2768.0461.96
HexB95CE0113B0C11a443e
Octal271134340217301443210476
Binary1011100110111001110000010001111011011001000110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95ce0; }

 p { color: rgb(185,92,224); }

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

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

 a { background-color: rgb(185,92,224); }

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

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

 span { border-color: rgb(185,92,224); }

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