#B942CB

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

Shades of Medium Orchid #B942CB

Tints of Medium Orchid #B942CB

Color information

#B942CB (or 0xB942CB) is unknown color: approx Medium Orchid. HEX triplet: B9, 42 and CB. RGB value is (185,66,203). Sum of RGB (Red+Green+Blue) = 185+66+203=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B942CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CB is #46BD34. Grayscale: #747474. Windows color (decimal): -4635957 or 13320889. OLE color: 13320889.

HSL color Cylindrical-coordinate representation of color #B942CB: hue angle of 292.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B942CB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18566203-
CMYK0.090.6700.20
HSL292.12º56.85%52.75%-
HSV(B)292.12º67.49%79.61%-
XYZ32.7418.5258.35-
YUV117.2176.42176.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=40.75%
G=14.54%
B=44.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185662030.090.6700.20292.1256.8552.75
HexB942CB9430141243935
Octal271102313111030244447165
Binary1011100110000101100101110011000011010100100100100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942CB; }

 p { color: rgb(185,66,203); }

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

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

 a { background-color: rgb(185,66,203); }

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

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

 span { border-color: rgb(185,66,203); }

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