#b72abb

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

Shades of Fuchsia #B72ABB

Tints of Fuchsia #B72ABB

Color information

#B72ABB (or 0xB72ABB) is unknown color: approx Fuchsia. HEX triplet: B7, 2A and BB. RGB value is (183,42,187). Sum of RGB (Red+Green+Blue) = 183+42+187=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #B72ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ABB is #48D544. Grayscale: #646464. Windows color (decimal): -4773189 or 12266167. OLE color: 12266167.

HSL color Cylindrical-coordinate representation of color #B72ABB: hue angle of 298.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72ABB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18342187-
CMYK0.020.7800.27
HSL298.34º63.32%44.9%-
HSV(B)298.34º77.54%73.33%-
XYZ29.3315.3148.42-
YUV100.69176.71186.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 42 (16.80% from 255) = 10.19%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=44.42%
G=10.19%
B=45.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183421870.020.7800.27298.3463.3244.9
HexB72ABB24E01B12a3f2d
Octal2675227321160334527755
Binary1011011110101010111011101001110011011100101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72abb; }

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

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

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

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

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

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

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

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