#B971CB

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

Shades of Medium Orchid #B971CB

Tints of Medium Orchid #B971CB

Color information

#B971CB (or 0xB971CB) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and CB. RGB value is (185,113,203). Sum of RGB (Red+Green+Blue) = 185+113+203=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B971CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971CB is #468E34. Grayscale: #909090. Windows color (decimal): -4623925 or 13332921. OLE color: 13332921.

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

Color convert

RGB185113203-
CMYK0.090.4400.20
HSL288º46.39%61.96%-
HSV(B)288º44.33%79.61%-
XYZ36.6926.4459.67-
YUV144.79160.85156.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=36.93%
G=22.55%
B=40.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851132030.090.4400.2028846.3961.96
HexB971CB92C0141202e3e
Octal27116131311540244405676
Binary101110011110001110010111001101100010100100100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971CB; }

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

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

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

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

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

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

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

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