#B454BB

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

Shades of Fuchsia #B454BB

Tints of Fuchsia #B454BB

Color information

#B454BB (or 0xB454BB) is unknown color: approx Fuchsia. HEX triplet: B4, 54 and BB. RGB value is (180,84,187). Sum of RGB (Red+Green+Blue) = 180+84+187=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #B454BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454BB is #4BAB44. Grayscale: #7C7C7C. Windows color (decimal): -4959045 or 12276916. OLE color: 12276916.

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

Color convert

RGB18084187-
CMYK0.040.5500.27
HSL295.92º43.1%53.14%-
HSV(B)295.92º55.08%73.33%-
XYZ30.9619.6349.17-
YUV124.45163.3167.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=39.91%
G=18.63%
B=41.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180841870.040.5500.27295.9243.153.14
HexB454BB43701B1282b35
Octal2641242734670334505365
Binary10110100101010010111011100110111011011100101000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454BB; }

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

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

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

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

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

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

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

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