Html Css Color HEX #B209AA Deep Magenta

📋 copy color: '#B209AA'

red 178 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #B209AA

Tints of Deep Magenta #B209AA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 49.86%
G = 2.52%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B209AA (or 0xB209AA) is known color: Deep Magenta. HEX triplet: B2, 09 and AA. RGB value is (178,9,170). Sum of RGB (Red+Green+Blue) = 178+9+170=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B209AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209AA is #4DF655. Grayscale: #4D4D4D. Windows color (decimal): -5109334 or 11143602. OLE color: 11143602.

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

Color convert

RGB 178 9 170 -
CMYK 0 0.95 0.04 0.30
HSL 302.84º 0.9% 0.37% -
HSV(B) 302.84º 0.95% 0.7% -
XYZ 25.71 12.56 39.1 -
YUV 77.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 178 9 170 0 0.95 0.04 0.30 302.84 0.9 0.37
Hex B2 9 AA 0 5F 4 1E 12F 5A 25
Octal 262 11 252 0 137 4 36 457 132 45
Binary 10110010 1001 10101010 0 1011111 100 11110 100101111 1011010 100101

Color Harmonies of #B209AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209AA

Black with #B209AA

Text Example


Text Example

White with #B209AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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