#B556FE

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

Shades of Medium Orchid #B556FE

Tints of Medium Orchid #B556FE

Color information

#B556FE (or 0xB556FE) is unknown color: approx Medium Orchid. HEX triplet: B5, 56 and FE. RGB value is (181,86,254). Sum of RGB (Red+Green+Blue) = 181+86+254=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B556FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B556FE is #4AA901. Grayscale: #848484. Windows color (decimal): -4892930 or 16668341. OLE color: 16668341.

HSL color Cylindrical-coordinate representation of color #B556FE: hue angle of 273.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B556FE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18186254-
CMYK0.290.6600.00
HSL273.93º98.82%66.67%-
HSV(B)273.93º66.14%99.61%-
XYZ40.2723.6496.21-
YUV133.56195.97161.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 86 (33.98% from 255) = 16.51%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=34.74%
G=16.51%
B=48.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181862540.290.6600.00273.9398.8266.67
HexB556FE1D42001126343
Octal2651263763510200422143103
Binary101101011010110111111101110110000100010001001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B556FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B556FE; }

 p { color: rgb(181,86,254); }

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

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

 a { background-color: rgb(181,86,254); }

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

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

 span { border-color: rgb(181,86,254); }

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