Html Css Color HEX #B72ABB Fuchsia

📋 copy color: '#B72ABB'

red 183 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #B72ABB

Tints of Fuchsia #B72ABB

RGB

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

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

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 183 42 187 -
CMYK 0.02 0.78 0 0.27
HSL 298.34º 0.63% 0.45% -
HSV(B) 298.34º 0.78% 0.73% -
XYZ 29.33 15.31 48.42 -
YUV 100.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 183 42 187 0.02 0.78 0 0.27 298.34 0.63 0.45
Hex B7 2A BB 2 4E 0 1B 12A 3F 2D
Octal 267 52 273 2 116 0 33 452 77 55
Binary 10110111 101010 10111011 10 1001110 0 11011 100101010 111111 101101

Color Harmonies of #B72ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72ABB

Black with #B72ABB

Text Example


Text Example

White with #B72ABB

Text Example


Text Example

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