#B562DA

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

Shades of Medium Orchid #B562DA

Tints of Medium Orchid #B562DA

Color information

#B562DA (or 0xB562DA) is unknown color: approx Medium Orchid. HEX triplet: B5, 62 and DA. RGB value is (181,98,218). Sum of RGB (Red+Green+Blue) = 181+98+218=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B562DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562DA is #4A9D25. Grayscale: #888888. Windows color (decimal): -4889894 or 14312117. OLE color: 14312117.

HSL color Cylindrical-coordinate representation of color #B562DA: hue angle of 281.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B562DA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18198218-
CMYK0.170.5500.15
HSL281.5º61.86%61.96%-
HSV(B)281.5º55.05%85.49%-
XYZ36.0823.6268.99-
YUV136.5174159.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 98 (38.67% from 255) = 19.72%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=36.42%
G=19.72%
B=43.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181982180.170.5500.15281.561.8661.96
HexB562DA11370F11a3e3e
Octal26514233221670174327676
Binary101101011100010110110101000111011101111100011010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562DA; }

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

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

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

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

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

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

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

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