#B456BF

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

Shades of Fuchsia #B456BF

Tints of Fuchsia #B456BF

Color information

#B456BF (or 0xB456BF) is unknown color: approx Fuchsia. HEX triplet: B4, 56 and BF. RGB value is (180,86,191). Sum of RGB (Red+Green+Blue) = 180+86+191=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #B456BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456BF is #4BA940. Grayscale: #7D7D7D. Windows color (decimal): -4958529 or 12539572. OLE color: 12539572.

HSL color Cylindrical-coordinate representation of color #B456BF: hue angle of 293.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B456BF is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18086191-
CMYK0.060.5500.25
HSL293.71º45.06%54.31%-
HSV(B)293.71º54.97%74.9%-
XYZ31.5520.1251.51-
YUV126.08164.64166.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 191 (75% from 255) = 41.79%
R=39.39%
G=18.82%
B=41.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180861910.060.5500.25293.7145.0654.31
HexB456BF6370191262d36
Octal2641262776670314465566
Binary10110100101011010111111110110111011001100100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456BF; }

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

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

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

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

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

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

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

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