Html Css Color HEX #B006A9 Deep Magenta

📋 copy color: '#B006A9'

red 176 ◦ green 6 ◦ blue 169

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

Shades of Deep Magenta #B006A9

Tints of Deep Magenta #B006A9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 169 (66.41% from 255) = 48.15%

R = 50.14%
G = 1.71%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B006A9 (or 0xB006A9) is known color: Deep Magenta. HEX triplet: B0, 06 and A9. RGB value is (176,6,169). Sum of RGB (Red+Green+Blue) = 176+6+169=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B006A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B006A9 is #4FF956. Grayscale: #4A4A4A. Windows color (decimal): -5241175 or 11077296. OLE color: 11077296.

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

Color convert

RGB 176 6 169 -
CMYK 0 0.97 0.04 0.31
HSL 302.47º 0.93% 0.36% -
HSV(B) 302.47º 0.97% 0.69% -
XYZ 25.13 12.22 38.57 -
YUV 75.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 176 6 169 0 0.97 0.04 0.31 302.47 0.93 0.36
Hex B0 6 A9 0 61 4 1F 12E 5D 24
Octal 260 6 251 0 141 4 37 456 135 44
Binary 10110000 110 10101001 0 1100001 100 11111 100101110 1011101 100100

Color Harmonies of #B006A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006A9

Black with #B006A9

Text Example


Text Example

White with #B006A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006A9; }

 p { color: rgb(176,6,169); }

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

background-color css

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

 a { background-color: rgb(176,6,169); }

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

border-color css

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

 span { border-color: rgb(176,6,169); }

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