#B562CC

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

Shades of Medium Orchid #B562CC

Tints of Medium Orchid #B562CC

Color information

#B562CC (or 0xB562CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 62 and CC. RGB value is (181,98,204). Sum of RGB (Red+Green+Blue) = 181+98+204=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B562CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562CC is #4A9D33. Grayscale: #868686. Windows color (decimal): -4889908 or 13394613. OLE color: 13394613.

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

Color convert

RGB18198204-
CMYK0.110.5200.2
HSL286.98º50.96%59.22%-
HSV(B)286.98º51.96%80%-
XYZ34.3222.9259.74-
YUV134.9167160.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=37.47%
G=20.29%
B=42.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181982040.110.5200.2286.9850.9659.22
HexB562CCB3401411f333b
Octal26514231413640244376373
Binary101101011100010110011001011110100010100100011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562CC; }

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

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

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

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

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

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

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

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