#B561DC

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

Shades of Medium Orchid #B561DC

Tints of Medium Orchid #B561DC

Color information

#B561DC (or 0xB561DC) is unknown color: approx Medium Orchid. HEX triplet: B5, 61 and DC. RGB value is (181,97,220). Sum of RGB (Red+Green+Blue) = 181+97+220=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B561DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DC is #4A9E23. Grayscale: #878787. Windows color (decimal): -4890148 or 14442933. OLE color: 14442933.

HSL color Cylindrical-coordinate representation of color #B561DC: hue angle of 280.98º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B561DC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18197220-
CMYK0.180.5600.14
HSL280.98º63.73%62.16%-
HSV(B)280.98º55.91%86.27%-
XYZ36.2523.5470.34-
YUV136.14175.33160-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=36.35%
G=19.48%
B=44.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181972200.180.5600.14280.9863.7362.16
HexB561DC12380E119403e
Octal265141334227001643110076
Binary1011010111000011101110010010111000011101000110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561DC; }

 p { color: rgb(181,97,220); }

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

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

 a { background-color: rgb(181,97,220); }

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

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

 span { border-color: rgb(181,97,220); }

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