#B955CE

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

Shades of Medium Orchid #B955CE

Tints of Medium Orchid #B955CE

Color information

#B955CE (or 0xB955CE) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and CE. RGB value is (185,85,206). Sum of RGB (Red+Green+Blue) = 185+85+206=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B955CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CE is #46AA31. Grayscale: #808080. Windows color (decimal): -4631090 or 13522361. OLE color: 13522361.

HSL color Cylindrical-coordinate representation of color #B955CE: hue angle of 289.59º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B955CE is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18585206-
CMYK0.100.5900.19
HSL289.59º55.25%57.06%-
HSV(B)289.59º58.74%80.78%-
XYZ34.421.2760.68-
YUV128.69171.63168.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=38.87%
G=17.86%
B=43.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185852060.100.5900.19289.5955.2557.06
HexB955CEA3B0131223739
Octal27112531612730234426771
Binary101110011010101110011101010111011010011100100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955CE; }

 p { color: rgb(185,85,206); }

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

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

 a { background-color: rgb(185,85,206); }

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

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

 span { border-color: rgb(185,85,206); }

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