#B568C6

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

Shades of Medium Orchid #B568C6

Tints of Medium Orchid #B568C6

Color information

#B568C6 (or 0xB568C6) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and C6. RGB value is (181,104,198). Sum of RGB (Red+Green+Blue) = 181+104+198=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #B568C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568C6 is #4A9739. Grayscale: #898989. Windows color (decimal): -4888378 or 13002933. OLE color: 13002933.

HSL color Cylindrical-coordinate representation of color #B568C6: hue angle of 289.15º 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 #B568C6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181104198-
CMYK0.090.4700.22
HSL289.15º45.19%59.22%-
HSV(B)289.15º47.47%77.65%-
XYZ34.223.856.22-
YUV137.74162.01158.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=37.47%
G=21.53%
B=40.99%

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
Decimal1811041980.090.4700.22289.1545.1959.22
HexB568C692F0161212d3b
Octal26515030611570264415573
Binary101101011101000110001101001101111010110100100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568C6; }

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

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

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

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

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

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

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

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