Html Css Color HEX #B209C9 Deep Magenta

📋 copy color: '#B209C9'

red 178 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #B209C9

Tints of Deep Magenta #B209C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.8%

R = 45.88%
G = 2.32%
B = 51.8%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B209C9 (or 0xB209C9) is known color: Deep Magenta. HEX triplet: B2, 09 and C9. RGB value is (178,9,201). Sum of RGB (Red+Green+Blue) = 178+9+201=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #B209C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209C9 is #4DF636. Grayscale: #505050. Windows color (decimal): -5109303 or 13175218. OLE color: 13175218.

HSL color Cylindrical-coordinate representation of color #B209C9: hue angle of 292.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B209C9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 9 201 -
CMYK 0.11 0.96 0 0.21
HSL 292.81º 0.91% 0.41% -
HSV(B) 292.81º 0.96% 0.79% -
XYZ 29 13.88 56.41 -
YUV 81.42 195.49 196.89 -
System Red Green Blue C M Y K H S L
Decimal 178 9 201 0.11 0.96 0 0.21 292.81 0.91 0.41
Hex B2 9 C9 B 60 0 15 125 5B 29
Octal 262 11 311 13 140 0 25 445 133 51
Binary 10110010 1001 11001001 1011 1100000 0 10101 100100101 1011011 101001

Color Harmonies of #B209C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209C9

Black with #B209C9

Text Example


Text Example

White with #B209C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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