Html Css Color HEX #B209BA Deep Magenta

📋 copy color: '#B209BA'

red 178 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #B209BA

Tints of Deep Magenta #B209BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 47.72%
G = 2.41%
B = 49.87%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B209BA (or 0xB209BA) is known color: Deep Magenta. HEX triplet: B2, 09 and BA. RGB value is (178,9,186). Sum of RGB (Red+Green+Blue) = 178+9+186=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #B209BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209BA is #4DF645. Grayscale: #4F4F4F. Windows color (decimal): -5109318 or 12192178. OLE color: 12192178.

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

Color convert

RGB 178 9 186 -
CMYK 0.04 0.95 0 0.27
HSL 297.29º 0.91% 0.38% -
HSV(B) 297.29º 0.95% 0.73% -
XYZ 27.32 13.21 47.56 -
YUV 79.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 178 9 186 0.04 0.95 0 0.27 297.29 0.91 0.38
Hex B2 9 BA 4 5F 0 1B 129 5B 26
Octal 262 11 272 4 137 0 33 451 133 46
Binary 10110010 1001 10111010 100 1011111 0 11011 100101001 1011011 100110

Color Harmonies of #B209BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209BA

Black with #B209BA

Text Example


Text Example

White with #B209BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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