Html Css Color HEX #B209CE Deep Magenta

📋 copy color: '#B209CE'

red 178 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #B209CE

Tints of Deep Magenta #B209CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 45.29%
G = 2.29%
B = 52.42%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B209CE (or 0xB209CE) is known color: Deep Magenta. HEX triplet: B2, 09 and CE. RGB value is (178,9,206). Sum of RGB (Red+Green+Blue) = 178+9+206=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #B209CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209CE is #4DF631. Grayscale: #515151. Windows color (decimal): -5109298 or 13502898. OLE color: 13502898.

HSL color Cylindrical-coordinate representation of color #B209CE: hue angle of 291.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B209CE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 9 206 -
CMYK 0.14 0.96 0 0.19
HSL 291.47º 0.92% 0.42% -
HSV(B) 291.47º 0.96% 0.81% -
XYZ 29.6 14.12 59.56 -
YUV 81.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 178 9 206 0.14 0.96 0 0.19 291.47 0.92 0.42
Hex B2 9 CE E 60 0 13 123 5C 2A
Octal 262 11 316 16 140 0 23 443 134 52
Binary 10110010 1001 11001110 1110 1100000 0 10011 100100011 1011100 101010

Color Harmonies of #B209CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209CE

Black with #B209CE

Text Example


Text Example

White with #B209CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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