#B72FB1

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

Shades of Fuchsia #B72FB1

Tints of Fuchsia #B72FB1

Color information

#B72FB1 (or 0xB72FB1) is unknown color: approx Fuchsia. HEX triplet: B7, 2F and B1. RGB value is (183,47,177). Sum of RGB (Red+Green+Blue) = 183+47+177=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B72FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72FB1 is #48D04E. Grayscale: #666666. Windows color (decimal): -4771919 or 11612087. OLE color: 11612087.

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

Color convert

RGB18347177-
CMYK00.740.030.28
HSL302.65º59.13%45.1%-
HSV(B)302.65º74.32%71.76%-
XYZ28.4815.2743.04-
YUV102.48170.06185.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=44.96%
G=11.55%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834717700.740.030.28302.6559.1345.1
HexB72FB104A31C12f3b2d
Octal2675726101123344577355
Binary1011011110111110110001010010101111100100101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72FB1; }

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

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

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

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

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

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

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

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