Html Css Color HEX #B00AA5 Dark Magenta

📋 copy color: '#B00AA5'

red 176 ◦ green 10 ◦ blue 165

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

Shades of Dark Magenta #B00AA5

Tints of Dark Magenta #B00AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.01%

R = 50.14%
G = 2.85%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B00AA5 (or 0xB00AA5) is known color: Dark Magenta. HEX triplet: B0, 0A and A5. RGB value is (176,10,165). Sum of RGB (Red+Green+Blue) = 176+10+165=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B00AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00AA5 is #4FF55A. Grayscale: #4C4C4C. Windows color (decimal): -5240155 or 10816176. OLE color: 10816176.

HSL color Cylindrical-coordinate representation of color #B00AA5: hue angle of 303.98º 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 #B00AA5 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 10 165 -
CMYK 0 0.94 0.06 0.31
HSL 303.98º 0.89% 0.36% -
HSV(B) 303.98º 0.94% 0.69% -
XYZ 24.8 12.16 36.64 -
YUV 77.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 176 10 165 0 0.94 0.06 0.31 303.98 0.89 0.36
Hex B0 A A5 0 5E 6 1F 130 59 24
Octal 260 12 245 0 136 6 37 460 131 44
Binary 10110000 1010 10100101 0 1011110 110 11111 100110000 1011001 100100

Color Harmonies of #B00AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00AA5

Black with #B00AA5

Text Example


Text Example

White with #B00AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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