Html Css Color HEX #B005A3 Dark Magenta

📋 copy color: '#B005A3'

red 176 ◦ green 5 ◦ blue 163

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

Shades of Dark Magenta #B005A3

Tints of Dark Magenta #B005A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.38%

R = 51.16%
G = 1.45%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B005A3 (or 0xB005A3) is known color: Dark Magenta. HEX triplet: B0, 05 and A3. RGB value is (176,5,163). Sum of RGB (Red+Green+Blue) = 176+5+163=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B005A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005A3 is #4FFA5C. Grayscale: #494949. Windows color (decimal): -5241437 or 10683824. OLE color: 10683824.

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

Color convert

RGB 176 5 163 -
CMYK 0 0.97 0.07 0.31
HSL 304.56º 0.94% 0.35% -
HSV(B) 304.56º 0.97% 0.69% -
XYZ 24.57 11.98 35.67 -
YUV 74.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 176 5 163 0 0.97 0.07 0.31 304.56 0.94 0.35
Hex B0 5 A3 0 61 7 1F 131 5E 23
Octal 260 5 243 0 141 7 37 461 136 43
Binary 10110000 101 10100011 0 1100001 111 11111 100110001 1011110 100011

Color Harmonies of #B005A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005A3

Black with #B005A3

Text Example


Text Example

White with #B005A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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