#B72DBA

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

Shades of Fuchsia #B72DBA

Tints of Fuchsia #B72DBA

Color information

#B72DBA (or 0xB72DBA) is unknown color: approx Fuchsia. HEX triplet: B7, 2D and BA. RGB value is (183,45,186). Sum of RGB (Red+Green+Blue) = 183+45+186=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DBA is #48D245. Grayscale: #656565. Windows color (decimal): -4772422 or 12201399. OLE color: 12201399.

HSL color Cylindrical-coordinate representation of color #B72DBA: hue angle of 298.72º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72DBA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18345186-
CMYK0.020.7600.27
HSL298.72º61.04%45.29%-
HSV(B)298.72º75.81%72.94%-
XYZ29.3315.4947.9-
YUV102.34175.22185.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 45 (17.97% from 255) = 10.87%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=44.20%
G=10.87%
B=44.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183451860.020.7600.27298.7261.0445.29
HexB72DBA24C01B12b3d2d
Octal2675527221140334537555
Binary1011011110110110111010101001100011011100101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72DBA; }

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

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

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

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

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

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

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

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