Html Css Color HEX #B210AA Deep Magenta

📋 copy color: '#B210AA'

red 178 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #B210AA

Tints of Deep Magenta #B210AA

RGB

 RED value IS 178 (69.92% from 255) = 48.9%

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 48.9%
G = 4.4%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B210AA (or 0xB210AA) is known color: Deep Magenta. HEX triplet: B2, 10 and AA. RGB value is (178,16,170). Sum of RGB (Red+Green+Blue) = 178+16+170=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B210AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210AA is #4DEF55. Grayscale: #515151. Windows color (decimal): -5107542 or 11145394. OLE color: 11145394.

HSL color Cylindrical-coordinate representation of color #B210AA: hue angle of 302.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B210AA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 170 -
CMYK 0 0.91 0.04 0.30
HSL 302.96º 0.84% 0.38% -
HSV(B) 302.96º 0.91% 0.7% -
XYZ 25.8 12.74 39.13 -
YUV 81.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 178 16 170 0 0.91 0.04 0.30 302.96 0.84 0.38
Hex B2 10 AA 0 5B 4 1E 12F 54 26
Octal 262 20 252 0 133 4 36 457 124 46
Binary 10110010 10000 10101010 0 1011011 100 11110 100101111 1010100 100110

Color Harmonies of #B210AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210AA

Black with #B210AA

Text Example


Text Example

White with #B210AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210AA; }

 p { color: rgb(178,16,170); }

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

background-color css

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

 a { background-color: rgb(178,16,170); }

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

border-color css

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

 span { border-color: rgb(178,16,170); }

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