#B571CB

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

Shades of Medium Orchid #B571CB

Tints of Medium Orchid #B571CB

Color information

#B571CB (or 0xB571CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and CB. RGB value is (181,113,203). Sum of RGB (Red+Green+Blue) = 181+113+203=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B571CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571CB is #4A8E34. Grayscale: #8F8F8F. Windows color (decimal): -4886069 or 13332917. OLE color: 13332917.

HSL color Cylindrical-coordinate representation of color #B571CB: hue angle of 285.33º 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 #B571CB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181113203-
CMYK0.110.4400.20
HSL285.33º46.39%61.96%-
HSV(B)285.33º44.33%79.61%-
XYZ35.7425.9559.62-
YUV143.59161.53154.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=36.42%
G=22.74%
B=40.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811132030.110.4400.20285.3346.3961.96
HexB571CBB2C01411d2e3e
Octal26516131313540244355676
Binary101101011110001110010111011101100010100100011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571CB; }

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

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

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

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

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

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

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

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