#b568d3

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

Shades of Medium Orchid #B568D3

Tints of Medium Orchid #B568D3

Color information

#B568D3 (or 0xB568D3) is unknown color: approx Medium Orchid. HEX triplet: B5, 68 and D3. RGB value is (181,104,211). Sum of RGB (Red+Green+Blue) = 181+104+211=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #B568D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568D3 is #4A972C. Grayscale: #8A8A8A. Windows color (decimal): -4888365 or 13854901. OLE color: 13854901.

HSL color Cylindrical-coordinate representation of color #B568D3: hue angle of 283.18º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B568D3 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181104211-
CMYK0.140.5100.17
HSL283.18º54.87%61.76%-
HSV(B)283.18º50.71%82.75%-
XYZ35.7624.4364.46-
YUV139.22168.51157.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 104 (41.02% from 255) = 20.97%
BLUE value IS 211 (82.81% from 255) = 42.54%
R=36.49%
G=20.97%
B=42.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811042110.140.5100.17283.1854.8761.76
HexB568D3E3301111b373e
Octal26515032316630214336776
Binary101101011101000110100111110110011010001100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b568d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b568d3; }

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

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

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

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

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

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

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

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