#B84BBA

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

Shades of Fuchsia #B84BBA

Tints of Fuchsia #B84BBA

Color information

#B84BBA (or 0xB84BBA) is unknown color: approx Fuchsia. HEX triplet: B8, 4B and BA. RGB value is (184,75,186). Sum of RGB (Red+Green+Blue) = 184+75+186=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B84BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BBA is #47B445. Grayscale: #777777. Windows color (decimal): -4699206 or 12209080. OLE color: 12209080.

HSL color Cylindrical-coordinate representation of color #B84BBA: hue angle of 298.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84BBA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18475186-
CMYK0.010.6000.27
HSL298.92º44.58%51.18%-
HSV(B)298.92º59.68%72.94%-
XYZ31.1518.7748.44-
YUV120.24165.11173.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=41.35%
G=16.85%
B=41.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184751860.010.6000.27298.9244.5851.18
HexB84BBA13C01B12b2d33
Octal2701132721740334535563
Binary101110001001011101110101111100011011100101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84BBA; }

 p { color: rgb(184,75,186); }

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

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

 a { background-color: rgb(184,75,186); }

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

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

 span { border-color: rgb(184,75,186); }

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