Html Css Color HEX #B005AA Deep Magenta

📋 copy color: '#B005AA'

red 176 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #B005AA

Tints of Deep Magenta #B005AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 50.14%
G = 1.42%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B005AA (or 0xB005AA) is known color: Deep Magenta. HEX triplet: B0, 05 and AA. RGB value is (176,5,170). Sum of RGB (Red+Green+Blue) = 176+5+170=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B005AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005AA is #4FFA55. Grayscale: #4A4A4A. Windows color (decimal): -5241430 or 11142576. OLE color: 11142576.

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

Color convert

RGB 176 5 170 -
CMYK 0 0.97 0.03 0.31
HSL 302.11º 0.94% 0.35% -
HSV(B) 302.11º 0.97% 0.69% -
XYZ 25.21 12.24 39.06 -
YUV 74.94 181.65 200.08 -
System Red Green Blue C M Y K H S L
Decimal 176 5 170 0 0.97 0.03 0.31 302.11 0.94 0.35
Hex B0 5 AA 0 61 3 1F 12E 5E 23
Octal 260 5 252 0 141 3 37 456 136 43
Binary 10110000 101 10101010 0 1100001 11 11111 100101110 1011110 100011

Color Harmonies of #B005AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005AA

Black with #B005AA

Text Example


Text Example

White with #B005AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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