#B72AB6

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

Shades of Fuchsia #B72AB6

Tints of Fuchsia #B72AB6

Color information

#B72AB6 (or 0xB72AB6) is unknown color: approx Fuchsia. HEX triplet: B7, 2A and B6. RGB value is (183,42,182). Sum of RGB (Red+Green+Blue) = 183+42+182=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AB6 is #48D549. Grayscale: #636363. Windows color (decimal): -4773194 or 11938487. OLE color: 11938487.

HSL color Cylindrical-coordinate representation of color #B72AB6: hue angle of 300.43º degrees, saturation: 0.63, 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 #B72AB6 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18342182-
CMYK00.770.010.28
HSL300.43º62.67%44.12%-
HSV(B)300.43º77.05%71.76%-
XYZ28.815.145.65-
YUV100.12174.21187.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 42 (16.80% from 255) = 10.32%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=44.96%
G=10.32%
B=44.72%

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
Decimal1834218200.770.010.28300.4362.6744.12
HexB72AB604D11C12c3f2c
Octal2675226601151344547754
Binary101101111010101011011001001101111100100101100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72AB6; }

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

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

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

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

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

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

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

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