#B04BBA

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

Shades of Fuchsia #B04BBA

Tints of Fuchsia #B04BBA

Color information

#B04BBA (or 0xB04BBA) is unknown color: approx Fuchsia. HEX triplet: B0, 4B and BA. RGB value is (176,75,186). Sum of RGB (Red+Green+Blue) = 176+75+186=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BBA is #4FB445. Grayscale: #757575. Windows color (decimal): -5223494 or 12209072. OLE color: 12209072.

HSL color Cylindrical-coordinate representation of color #B04BBA: hue angle of 294.59º 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 #B04BBA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17675186-
CMYK0.050.6000.27
HSL294.59º44.58%51.18%-
HSV(B)294.59º59.68%72.94%-
XYZ29.2817.8148.35-
YUV117.85166.46169.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=40.27%
G=17.16%
B=42.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176751860.050.6000.27294.5944.5851.18
HexB04BBA53C01B1272d33
Octal2601132725740334475563
Binary10110000100101110111010101111100011011100100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04BBA; }

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

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

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

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

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

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

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

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