#B056F9

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

Shades of Medium Orchid #B056F9

Tints of Medium Orchid #B056F9

Color information

#B056F9 (or 0xB056F9) is unknown color: approx Medium Orchid. HEX triplet: B0, 56 and F9. RGB value is (176,86,249). Sum of RGB (Red+Green+Blue) = 176+86+249=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #B056F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056F9 is #4FA906. Grayscale: #828282. Windows color (decimal): -5220615 or 16340656. OLE color: 16340656.

HSL color Cylindrical-coordinate representation of color #B056F9: hue angle of 273.13º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B056F9 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17686249-
CMYK0.290.6500.02
HSL273.13º93.14%65.69%-
HSV(B)273.13º65.46%97.65%-
XYZ38.3322.7391.99-
YUV131.49194.32159.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 86 (33.98% from 255) = 16.83%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=34.44%
G=16.83%
B=48.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176862490.290.6500.02273.1393.1465.69
HexB056F91D41021115d42
Octal2601263713510102421135102
Binary1011000010101101111100111101100000101010001000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B056F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B056F9; }

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

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

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

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

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

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

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

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