Html Css Color HEX #B008A2 Dark Magenta

📋 copy color: '#B008A2'

red 176 ◦ green 8 ◦ blue 162

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

Shades of Dark Magenta #B008A2

Tints of Dark Magenta #B008A2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 162 (63.67% from 255) = 46.82%

R = 50.87%
G = 2.31%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B008A2 (or 0xB008A2) is known color: Dark Magenta. HEX triplet: B0, 08 and A2. RGB value is (176,8,162). Sum of RGB (Red+Green+Blue) = 176+8+162=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B008A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008A2 is #4FF75D. Grayscale: #4B4B4B. Windows color (decimal): -5240670 or 10619056. OLE color: 10619056.

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

Color convert

RGB 176 8 162 -
CMYK 0 0.95 0.08 0.31
HSL 305º 0.91% 0.36% -
HSV(B) 305º 0.95% 0.69% -
XYZ 24.51 12.01 35.21 -
YUV 75.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 176 8 162 0 0.95 0.08 0.31 305 0.91 0.36
Hex B0 8 A2 0 5F 8 1F 131 5B 24
Octal 260 10 242 0 137 10 37 461 133 44
Binary 10110000 1000 10100010 0 1011111 1000 11111 100110001 1011011 100100

Color Harmonies of #B008A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008A2

Black with #B008A2

Text Example


Text Example

White with #B008A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008A2; }

 p { color: rgb(176,8,162); }

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

background-color css

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

 a { background-color: rgb(176,8,162); }

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

border-color css

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

 span { border-color: rgb(176,8,162); }

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