#B04BB5

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

Shades of Fuchsia #B04BB5

Tints of Fuchsia #B04BB5

Color information

#B04BB5 (or 0xB04BB5) is unknown color: approx Fuchsia. HEX triplet: B0, 4B and B5. RGB value is (176,75,181). Sum of RGB (Red+Green+Blue) = 176+75+181=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #B04BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BB5 is #4FB44A. Grayscale: #747474. Windows color (decimal): -5223499 or 11881392. OLE color: 11881392.

HSL color Cylindrical-coordinate representation of color #B04BB5: hue angle of 297.17º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04BB5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17675181-
CMYK0.030.5900.29
HSL297.17º41.73%50.2%-
HSV(B)297.17º58.56%70.98%-
XYZ28.7617.645.6-
YUV117.28163.96169.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=40.74%
G=17.36%
B=41.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176751810.030.5900.29297.1741.7350.2
HexB04BB533B01D1292a32
Octal2601132653730354515262
Binary1011000010010111011010111111011011101100101001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04BB5; }

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

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

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

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

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

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

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

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