#B72BBA

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

Shades of Fuchsia #B72BBA

Tints of Fuchsia #B72BBA

Color information

#B72BBA (or 0xB72BBA) is unknown color: approx Fuchsia. HEX triplet: B7, 2B and BA. RGB value is (183,43,186). Sum of RGB (Red+Green+Blue) = 183+43+186=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BBA is #48D445. Grayscale: #646464. Windows color (decimal): -4772934 or 12200887. OLE color: 12200887.

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

Color convert

RGB18343186-
CMYK0.020.7700.27
HSL298.74º62.45%44.9%-
HSV(B)298.74º76.88%72.94%-
XYZ29.2615.3447.87-
YUV101.16175.88186.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 43 (17.19% from 255) = 10.44%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=44.42%
G=10.44%
B=45.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183431860.020.7700.27298.7462.4544.9
HexB72BBA24D01B12b3e2d
Octal2675327221150334537655
Binary1011011110101110111010101001101011011100101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72BBA; }

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

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

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

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

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

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

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

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