Html Css Color HEX #B00AAC Deep Magenta

📋 copy color: '#B00AAC'

red 176 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #B00AAC

Tints of Deep Magenta #B00AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 49.16%
G = 2.79%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B00AAC (or 0xB00AAC) is known color: Deep Magenta. HEX triplet: B0, 0A and AC. RGB value is (176,10,172). Sum of RGB (Red+Green+Blue) = 176+10+172=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B00AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00AAC is #4FF553. Grayscale: #4D4D4D. Windows color (decimal): -5240148 or 11274928. OLE color: 11274928.

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

Color convert

RGB 176 10 172 -
CMYK 0 0.94 0.02 0.31
HSL 301.45º 0.89% 0.36% -
HSV(B) 301.45º 0.94% 0.69% -
XYZ 25.46 12.43 40.09 -
YUV 78.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 176 10 172 0 0.94 0.02 0.31 301.45 0.89 0.36
Hex B0 A AC 0 5E 2 1F 12D 59 24
Octal 260 12 254 0 136 2 37 455 131 44
Binary 10110000 1010 10101100 0 1011110 10 11111 100101101 1011001 100100

Color Harmonies of #B00AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00AAC

Black with #B00AAC

Text Example


Text Example

White with #B00AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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