#B04DB1

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

Shades of Fuchsia #B04DB1

Tints of Fuchsia #B04DB1

Color information

#B04DB1 (or 0xB04DB1) is unknown color: approx Fuchsia. HEX triplet: B0, 4D and B1. RGB value is (176,77,177). Sum of RGB (Red+Green+Blue) = 176+77+177=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #B04DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04DB1 is #4FB24E. Grayscale: #757575. Windows color (decimal): -5222991 or 11619760. OLE color: 11619760.

HSL color Cylindrical-coordinate representation of color #B04DB1: hue angle of 299.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04DB1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17677177-
CMYK0.010.5600.31
HSL299.4º39.37%49.8%-
HSV(B)299.4º56.5%69.41%-
XYZ28.4917.7143.51-
YUV118161.3169.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=40.93%
G=17.91%
B=41.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176771770.010.5600.31299.439.3749.8
HexB04DB113801F12b2732
Octal2601152611700374534762
Binary101100001001101101100011111000011111100101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04DB1; }

 p { color: rgb(176,77,177); }

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

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

 a { background-color: rgb(176,77,177); }

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

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

 span { border-color: rgb(176,77,177); }

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