#B456BB

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

Shades of Fuchsia #B456BB

Tints of Fuchsia #B456BB

Color information

#B456BB (or 0xB456BB) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and BB. RGB value is (180,86,187). Sum of RGB (Red+Green+Blue) = 180+86+187=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #B456BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456BB is #4BA944. Grayscale: #7D7D7D. Windows color (decimal): -4958533 or 12277428. OLE color: 12277428.

HSL color Cylindrical-coordinate representation of color #B456BB: hue angle of 295.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B456BB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18086187-
CMYK0.040.5400.27
HSL295.84º42.62%53.53%-
HSV(B)295.84º54.01%73.33%-
XYZ31.1219.9549.22-
YUV125.62162.64166.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=39.74%
G=18.98%
B=41.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180861870.040.5400.27295.8442.6253.53
HexB456BB43601B1282b36
Octal2641262734660334505366
Binary10110100101011010111011100110110011011100101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456BB; }

 p { color: rgb(180,86,187); }

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

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

 a { background-color: rgb(180,86,187); }

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

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

 span { border-color: rgb(180,86,187); }

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