#B454BF

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

Shades of Fuchsia #B454BF

Tints of Fuchsia #B454BF

Color information

#B454BF (or 0xB454BF) is unknown color: approx Fuchsia. HEX triplet: B4, 54 and BF. RGB value is (180,84,191). Sum of RGB (Red+Green+Blue) = 180+84+191=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #B454BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454BF is #4BAB40. Grayscale: #7C7C7C. Windows color (decimal): -4959041 or 12539060. OLE color: 12539060.

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

Color convert

RGB18084191-
CMYK0.060.5600.25
HSL293.83º45.53%53.92%-
HSV(B)293.83º56.02%74.9%-
XYZ31.419.8151.46-
YUV124.9165.3167.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 191 (75% from 255) = 41.98%
R=39.56%
G=18.46%
B=41.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180841910.060.5600.25293.8345.5353.92
HexB454BF6380191262e36
Octal2641242776700314465666
Binary10110100101010010111111110111000011001100100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454BF; }

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

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

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

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

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

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

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

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