#B056EA

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

Shades of Medium Orchid #B056EA

Tints of Medium Orchid #B056EA

Color information

#B056EA (or 0xB056EA) is unknown color: approx Medium Orchid. HEX triplet: B0, 56 and EA. RGB value is (176,86,234). Sum of RGB (Red+Green+Blue) = 176+86+234=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #B056EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056EA is #4FA915. Grayscale: #818181. Windows color (decimal): -5220630 or 15357616. OLE color: 15357616.

HSL color Cylindrical-coordinate representation of color #B056EA: hue angle of 276.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B056EA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17686234-
CMYK0.250.6300.08
HSL276.49º77.89%62.75%-
HSV(B)276.49º63.25%91.76%-
XYZ36.0821.8380.15-
YUV129.78186.82160.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 86 (33.98% from 255) = 17.34%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=35.48%
G=17.34%
B=47.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176862340.250.6300.08276.4977.8962.75
HexB056EA193F081144e3f
Octal260126352317701042411677
Binary1011000010101101110101011001111111010001000101001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056EA; }

 p { color: rgb(176,86,234); }

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

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

 a { background-color: rgb(176,86,234); }

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

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

 span { border-color: rgb(176,86,234); }

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