#B52DB4

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

Shades of Fuchsia #B52DB4

Tints of Fuchsia #B52DB4

Color information

#B52DB4 (or 0xB52DB4) is unknown color: approx Fuchsia. HEX triplet: B5, 2D and B4. RGB value is (181,45,180). Sum of RGB (Red+Green+Blue) = 181+45+180=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DB4 is #4AD24B. Grayscale: #646464. Windows color (decimal): -4903500 or 11808181. OLE color: 11808181.

HSL color Cylindrical-coordinate representation of color #B52DB4: hue angle of 300.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52DB4 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18145180-
CMYK00.750.010.29
HSL300.44º60.18%44.31%-
HSV(B)300.44º75.14%70.98%-
XYZ28.231544.59-
YUV101.05172.56185.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=44.58%
G=11.08%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814518000.750.010.29300.4460.1844.31
HexB52DB404B11D12c3c2c
Octal2655526401131354547454
Binary101101011011011011010001001011111101100101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52DB4; }

 p { color: rgb(181,45,180); }

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

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

 a { background-color: rgb(181,45,180); }

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

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

 span { border-color: rgb(181,45,180); }

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