#B561DE

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

Shades of Medium Orchid #B561DE

Tints of Medium Orchid #B561DE

Color information

#B561DE (or 0xB561DE) is unknown color: approx Medium Orchid. HEX triplet: B5, 61 and DE. RGB value is (181,97,222). Sum of RGB (Red+Green+Blue) = 181+97+222=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #B561DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DE is #4A9E21. Grayscale: #878787. Windows color (decimal): -4890146 or 14574005. OLE color: 14574005.

HSL color Cylindrical-coordinate representation of color #B561DE: hue angle of 280.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B561DE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18197222-
CMYK0.180.5600.13
HSL280.32º65.45%62.55%-
HSV(B)280.32º56.31%87.06%-
XYZ36.5223.6571.75-
YUV136.37176.33159.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=36.2%
G=19.4%
B=44.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181972220.180.5600.13280.3265.4562.55
HexB561DE12380D118413f
Octal265141336227001543010177
Binary1011010111000011101111010010111000011011000110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561DE; }

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

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

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

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

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

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

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

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