#b569ec

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

Shades of Medium Orchid #B569EC

Tints of Medium Orchid #B569EC

Color information

#B569EC (or 0xB569EC) is unknown color: approx Medium Orchid. HEX triplet: B5, 69 and EC. RGB value is (181,105,236). Sum of RGB (Red+Green+Blue) = 181+105+236=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B569EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EC is #4A9613. Grayscale: #8E8E8E. Windows color (decimal): -4888084 or 15493557. OLE color: 15493557.

HSL color Cylindrical-coordinate representation of color #B569EC: hue angle of 274.81º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B569EC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181105236-
CMYK0.230.5600.07
HSL274.81º77.51%66.86%-
HSV(B)274.81º55.51%92.55%-
XYZ39.2525.9882.3-
YUV142.66180.68155.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=34.67%
G=20.11%
B=45.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811052360.230.5600.07274.8177.5166.86
HexB569EC1738071134e43
Octal265151354277007423116103
Binary1011010111010011110110010111111000011110001001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b569ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b569ec; }

 p { color: rgb(181,105,236); }

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

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

 a { background-color: rgb(181,105,236); }

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

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

 span { border-color: rgb(181,105,236); }

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