#B72FBC

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

Shades of Fuchsia #B72FBC

Tints of Fuchsia #B72FBC

Color information

#B72FBC (or 0xB72FBC) is unknown color: approx Fuchsia. HEX triplet: B7, 2F and BC. RGB value is (183,47,188). Sum of RGB (Red+Green+Blue) = 183+47+188=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #B72FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FBC is #48D043. Grayscale: #676767. Windows color (decimal): -4771908 or 12332983. OLE color: 12332983.

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

Color convert

RGB18347188-
CMYK0.030.7500.26
HSL297.87º60%46.08%-
HSV(B)297.87º75%73.73%-
XYZ29.6215.7349.05-
YUV103.74175.56184.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 47 (18.75% from 255) = 11.24%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=43.78%
G=11.24%
B=44.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183471880.030.7500.26297.876046.08
HexB72FBC34B01A12a3c2e
Octal2675727431130324527456
Binary1011011110111110111100111001011011010100101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72FBC; }

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

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

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

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

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

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

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

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