Html Css Color HEX #B72AB4 Fuchsia

📋 copy color: '#B72AB4'

red 183 ◦ green 42 ◦ blue 180

#B72AB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B72AB4

Tints of Fuchsia #B72AB4

RGB

 RED value IS 183 (71.88% from 255) = 45.19%

 GREEN value IS 42 (16.8% from 255) = 10.37%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 45.19%
G = 10.37%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B72AB4 (or 0xB72AB4) is known color: Fuchsia. HEX triplet: B7, 2A and B4. RGB value is (183,42,180). Sum of RGB (Red+Green+Blue) = 183+42+180=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AB4 is #48D54B. Grayscale: #636363. Windows color (decimal): -4773196 or 11807415. OLE color: 11807415.

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

Color convert

RGB 183 42 180 -
CMYK 0 0.77 0.02 0.28
HSL 301.28º 0.63% 0.44% -
HSV(B) 301.28º 0.77% 0.72% -
XYZ 28.59 15.02 44.57 -
YUV 99.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 183 42 180 0 0.77 0.02 0.28 301.28 0.63 0.44
Hex B7 2A B4 0 4D 2 1C 12D 3F 2C
Octal 267 52 264 0 115 2 34 455 77 54
Binary 10110111 101010 10110100 0 1001101 10 11100 100101101 111111 101100

Color Harmonies of #B72AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72AB4

Black with #B72AB4

Text Example


Text Example

White with #B72AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72AB4; }

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

 H1.HeaderClassName
 {
   color: #B72AB4;
 }
 .AnyTagClassName
 {
   color: #B72AB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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