#B72BB6

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

Shades of Fuchsia #B72BB6

Tints of Fuchsia #B72BB6

Color information

#B72BB6 (or 0xB72BB6) is unknown color: approx Fuchsia. HEX triplet: B7, 2B and B6. RGB value is (183,43,182). Sum of RGB (Red+Green+Blue) = 183+43+182=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BB6 is #48D449. Grayscale: #646464. Windows color (decimal): -4772938 or 11938743. OLE color: 11938743.

HSL color Cylindrical-coordinate representation of color #B72BB6: hue angle of 300.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72BB6 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18343182-
CMYK00.770.010.28
HSL300.43º61.95%44.31%-
HSV(B)300.43º76.5%71.76%-
XYZ28.8415.1745.66-
YUV100.71173.88186.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 43 (17.19% from 255) = 10.54%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=44.85%
G=10.54%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834318200.770.010.28300.4361.9544.31
HexB72BB604D11C12c3e2c
Octal2675326601151344547654
Binary101101111010111011011001001101111100100101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72BB6; }

 p { color: rgb(183,43,182); }

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

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

 a { background-color: rgb(183,43,182); }

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

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

 span { border-color: rgb(183,43,182); }

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