#B72FBA

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

Shades of Fuchsia #B72FBA

Tints of Fuchsia #B72FBA

Color information

#B72FBA (or 0xB72FBA) is unknown color: approx Fuchsia. HEX triplet: B7, 2F and BA. RGB value is (183,47,186). Sum of RGB (Red+Green+Blue) = 183+47+186=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FBA is #48D045. Grayscale: #676767. Windows color (decimal): -4771910 or 12201911. OLE color: 12201911.

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

Color convert

RGB18347186-
CMYK0.020.7500.27
HSL298.71º59.66%45.69%-
HSV(B)298.71º74.73%72.94%-
XYZ29.4115.6547.92-
YUV103.51174.56184.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 47 (18.75% from 255) = 11.30%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=43.99%
G=11.30%
B=44.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183471860.020.7500.27298.7159.6645.69
HexB72FBA24B01B12b3c2e
Octal2675727221130334537456
Binary1011011110111110111010101001011011011100101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72FBA; }

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

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

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

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

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

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

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

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