Html Css Color HEX #B72AB6 Fuchsia

📋 copy color: '#B72AB6'

red 183 ◦ green 42 ◦ blue 182

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

Shades of Fuchsia #B72AB6

Tints of Fuchsia #B72AB6

RGB

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

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B72AB6 (or 0xB72AB6) is known color: 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

RGB 183 42 182 -
CMYK 0 0.77 0.01 0.28
HSL 300.43º 0.63% 0.44% -
HSV(B) 300.43º 0.77% 0.72% -
XYZ 28.8 15.1 45.65 -
YUV 100.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 183 42 182 0 0.77 0.01 0.28 300.43 0.63 0.44
Hex B7 2A B6 0 4D 1 1C 12C 3F 2C
Octal 267 52 266 0 115 1 34 454 77 54
Binary 10110111 101010 10110110 0 1001101 1 11100 100101100 111111 101100

Color Harmonies of #B72AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72AB6

Black with #B72AB6

Text Example


Text Example

White with #B72AB6

Text Example


Text Example

HTML Codes & Css Web 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>