Html Css Color HEX #B209C8 Deep Magenta

📋 copy color: '#B209C8'

red 178 ◦ green 9 ◦ blue 200

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

Shades of Deep Magenta #B209C8

Tints of Deep Magenta #B209C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.68%

R = 45.99%
G = 2.33%
B = 51.68%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B209C8 (or 0xB209C8) is known color: Deep Magenta. HEX triplet: B2, 09 and C8. RGB value is (178,9,200). Sum of RGB (Red+Green+Blue) = 178+9+200=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #B209C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209C8 is #4DF637. Grayscale: #505050. Windows color (decimal): -5109304 or 13109682. OLE color: 13109682.

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

Color convert

RGB 178 9 200 -
CMYK 0.11 0.96 0 0.22
HSL 293.09º 0.91% 0.41% -
HSV(B) 293.09º 0.96% 0.78% -
XYZ 28.88 13.83 55.79 -
YUV 81.31 194.99 196.97 -
System Red Green Blue C M Y K H S L
Decimal 178 9 200 0.11 0.96 0 0.22 293.09 0.91 0.41
Hex B2 9 C8 B 60 0 16 125 5B 29
Octal 262 11 310 13 140 0 26 445 133 51
Binary 10110010 1001 11001000 1011 1100000 0 10110 100100101 1011011 101001

Color Harmonies of #B209C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209C8

Black with #B209C8

Text Example


Text Example

White with #B209C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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