#B72EB2

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

Shades of Fuchsia #B72EB2

Tints of Fuchsia #B72EB2

Color information

#B72EB2 (or 0xB72EB2) is unknown color: approx Fuchsia. HEX triplet: B7, 2E and B2. RGB value is (183,46,178). Sum of RGB (Red+Green+Blue) = 183+46+178=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B72EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72EB2 is #48D14D. Grayscale: #656565. Windows color (decimal): -4772174 or 11677367. OLE color: 11677367.

HSL color Cylindrical-coordinate representation of color #B72EB2: hue angle of 302.19º degrees, saturation: 0.6, 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 #B72EB2 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18346178-
CMYK00.750.030.28
HSL302.19º59.83%44.9%-
HSV(B)302.19º74.86%71.76%-
XYZ28.5415.2443.56-
YUV102.01170.89185.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 178 (69.92% from 255) = 43.73%
R=44.96%
G=11.30%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834617800.750.030.28302.1959.8344.9
HexB72EB204B31C12e3c2d
Octal2675626201133344567455
Binary1011011110111010110010010010111111100100101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72EB2; }

 p { color: rgb(183,46,178); }

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

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

 a { background-color: rgb(183,46,178); }

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

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

 span { border-color: rgb(183,46,178); }

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