#B569C6

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

Shades of Medium Orchid #B569C6

Tints of Medium Orchid #B569C6

Color information

#B569C6 (or 0xB569C6) is unknown color: approx Medium Orchid. HEX triplet: B5, 69 and C6. RGB value is (181,105,198). Sum of RGB (Red+Green+Blue) = 181+105+198=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #B569C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569C6 is #4A9639. Grayscale: #8A8A8A. Windows color (decimal): -4888122 or 13003189. OLE color: 13003189.

HSL color Cylindrical-coordinate representation of color #B569C6: hue angle of 289.03º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B569C6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181105198-
CMYK0.090.4700.22
HSL289.03º44.93%59.41%-
HSV(B)289.03º46.97%77.65%-
XYZ34.32456.25-
YUV138.33161.68158.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 198 (77.73% from 255) = 40.91%
R=37.40%
G=21.69%
B=40.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811051980.090.4700.22289.0344.9359.41
HexB569C692F0161212d3b
Octal26515130611570264415573
Binary101101011101001110001101001101111010110100100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569C6; }

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

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

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

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

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

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

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

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