#B571CC

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

Shades of Medium Orchid #B571CC

Tints of Medium Orchid #B571CC

Color information

#B571CC (or 0xB571CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and CC. RGB value is (181,113,204). Sum of RGB (Red+Green+Blue) = 181+113+204=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571CC is #4A8E33. Grayscale: #8F8F8F. Windows color (decimal): -4886068 or 13398453. OLE color: 13398453.

HSL color Cylindrical-coordinate representation of color #B571CC: hue angle of 284.84º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B571CC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181113204-
CMYK0.110.4500.2
HSL284.84º47.15%62.16%-
HSV(B)284.84º44.61%80%-
XYZ35.8625.9960.25-
YUV143.71162.03154.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=36.35%
G=22.69%
B=40.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811132040.110.4500.2284.8447.1562.16
HexB571CCB2D01411d2f3e
Octal26516131413550244355776
Binary101101011110001110011001011101101010100100011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571CC; }

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

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

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

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

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

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

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

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