#B455BA

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

Shades of Fuchsia #B455BA

Tints of Fuchsia #B455BA

Color information

#B455BA (or 0xB455BA) is unknown color: approx Fuchsia. HEX triplet: B4, 55 and BA. RGB value is (180,85,186). Sum of RGB (Red+Green+Blue) = 180+85+186=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B455BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455BA is #4BAA45. Grayscale: #7C7C7C. Windows color (decimal): -4958790 or 12211636. OLE color: 12211636.

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

Color convert

RGB18085186-
CMYK0.030.5400.27
HSL296.44º42.26%53.14%-
HSV(B)296.44º54.3%72.94%-
XYZ30.9319.7548.64-
YUV124.92162.47167.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=39.91%
G=18.85%
B=41.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180851860.030.5400.27296.4442.2653.14
HexB455BA33601B1282a35
Octal2641252723660334505265
Binary1011010010101011011101011110110011011100101000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B455BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B455BA; }

 p { color: rgb(180,85,186); }

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

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

 a { background-color: rgb(180,85,186); }

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

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

 span { border-color: rgb(180,85,186); }

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