#B72DB5

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

Shades of Fuchsia #B72DB5

Tints of Fuchsia #B72DB5

Color information

#B72DB5 (or 0xB72DB5) is unknown color: approx Fuchsia. HEX triplet: B7, 2D and B5. RGB value is (183,45,181). Sum of RGB (Red+Green+Blue) = 183+45+181=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DB5 is #48D24A. Grayscale: #656565. Windows color (decimal): -4772427 or 11873719. OLE color: 11873719.

HSL color Cylindrical-coordinate representation of color #B72DB5: hue angle of 300.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72DB5 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18345181-
CMYK00.750.010.28
HSL300.87º60.53%44.71%-
HSV(B)300.87º75.41%71.76%-
XYZ28.8115.2845.15-
YUV101.77172.72185.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 45 (17.97% from 255) = 11.00%
BLUE value IS 181 (71.09% from 255) = 44.25%
R=44.74%
G=11.00%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834518100.750.010.28300.8760.5344.71
HexB72DB504B11C12d3d2d
Octal2675526501131344557555
Binary101101111011011011010101001011111100100101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72DB5; }

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

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

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

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

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

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

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

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