Html Css Color HEX #B005A6 Dark Magenta

📋 copy color: '#B005A6'

red 176 ◦ green 5 ◦ blue 166

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

Shades of Dark Magenta #B005A6

Tints of Dark Magenta #B005A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.84%

R = 50.72%
G = 1.44%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B005A6 (or 0xB005A6) is known color: Dark Magenta. HEX triplet: B0, 05 and A6. RGB value is (176,5,166). Sum of RGB (Red+Green+Blue) = 176+5+166=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B005A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005A6 is #4FFA59. Grayscale: #4A4A4A. Windows color (decimal): -5241434 or 10880432. OLE color: 10880432.

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

Color convert

RGB 176 5 166 -
CMYK 0 0.97 0.06 0.31
HSL 303.51º 0.94% 0.35% -
HSV(B) 303.51º 0.97% 0.69% -
XYZ 24.84 12.09 37.1 -
YUV 74.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 176 5 166 0 0.97 0.06 0.31 303.51 0.94 0.35
Hex B0 5 A6 0 61 6 1F 130 5E 23
Octal 260 5 246 0 141 6 37 460 136 43
Binary 10110000 101 10100110 0 1100001 110 11111 100110000 1011110 100011

Color Harmonies of #B005A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005A6

Black with #B005A6

Text Example


Text Example

White with #B005A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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