#b568c8

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

Shades of Medium Orchid #B568C8

Tints of Medium Orchid #B568C8

Color information

#B568C8 (or 0xB568C8) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and C8. RGB value is (181,104,200). Sum of RGB (Red+Green+Blue) = 181+104+200=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #B568C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568C8 is #4A9737. Grayscale: #898989. Windows color (decimal): -4888376 or 13134005. OLE color: 13134005.

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

Color convert

RGB181104200-
CMYK0.090.4800.22
HSL288.12º46.6%59.61%-
HSV(B)288.12º48%78.43%-
XYZ34.4323.8957.44-
YUV137.97163.01158.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 200 (78.52% from 255) = 41.24%
R=37.32%
G=21.44%
B=41.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811042000.090.4800.22288.1246.659.61
HexB568C89300161202f3c
Octal26515031011600264405774
Binary101101011101000110010001001110000010110100100000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b568c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b568c8; }

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

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

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

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

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

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

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

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