#B562CE

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

Shades of Medium Orchid #B562CE

Tints of Medium Orchid #B562CE

Color information

#B562CE (or 0xB562CE) is unknown color: approx Medium Orchid. HEX triplet: B5, 62 and CE. RGB value is (181,98,206). Sum of RGB (Red+Green+Blue) = 181+98+206=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B562CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562CE is #4A9D31. Grayscale: #868686. Windows color (decimal): -4889906 or 13525685. OLE color: 13525685.

HSL color Cylindrical-coordinate representation of color #B562CE: hue angle of 286.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B562CE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18198206-
CMYK0.120.5200.19
HSL286.11º52.43%59.61%-
HSV(B)286.11º52.43%80.78%-
XYZ34.5623.0261.01-
YUV135.13168160.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=37.32%
G=20.21%
B=42.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181982060.120.5200.19286.1152.4359.61
HexB562CEC3401311e343c
Octal26514231614640234366474
Binary101101011100010110011101100110100010011100011110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562CE; }

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

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

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

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

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

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

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

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