Html Css Color HEX #B00AAA Deep Magenta

📋 copy color: '#B00AAA'

red 176 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #B00AAA

Tints of Deep Magenta #B00AAA

RGB

 RED value IS 176 (69.14% from 255) = 49.44%

 GREEN value IS 10 (4.3% from 255) = 2.81%

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 49.44%
G = 2.81%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B00AAA (or 0xB00AAA) is known color: Deep Magenta. HEX triplet: B0, 0A and AA. RGB value is (176,10,170). Sum of RGB (Red+Green+Blue) = 176+10+170=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B00AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00AAA is #4FF555. Grayscale: #4D4D4D. Windows color (decimal): -5240150 or 11143856. OLE color: 11143856.

HSL color Cylindrical-coordinate representation of color #B00AAA: hue angle of 302.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00AAA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 10 170 -
CMYK 0 0.94 0.03 0.31
HSL 302.17º 0.89% 0.36% -
HSV(B) 302.17º 0.94% 0.69% -
XYZ 25.27 12.35 39.08 -
YUV 77.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 176 10 170 0 0.94 0.03 0.31 302.17 0.89 0.36
Hex B0 A AA 0 5E 3 1F 12E 59 24
Octal 260 12 252 0 136 3 37 456 131 44
Binary 10110000 1010 10101010 0 1011110 11 11111 100101110 1011001 100100

Color Harmonies of #B00AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00AAA

Black with #B00AAA

Text Example


Text Example

White with #B00AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00AAA; }

 p { color: rgb(176,10,170); }

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

background-color css

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

 a { background-color: rgb(176,10,170); }

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

border-color css

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

 span { border-color: rgb(176,10,170); }

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