#B209C4

Color #B209C4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B209C4

Tints of Deep Magenta #B209C4

Color information

#B209C4 (or 0xB209C4) is unknown color: approx Deep Magenta. HEX triplet: B2, 09 and C4. RGB value is (178,9,196). Sum of RGB (Red+Green+Blue) = 178+9+196=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #B209C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209C4 is #4DF63B. Grayscale: #505050. Windows color (decimal): -5109308 or 12847538. OLE color: 12847538.

HSL color Cylindrical-coordinate representation of color #B209C4: hue angle of 294.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B209C4 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1789196-
CMYK0.090.9500.23
HSL294.22º91.22%40.2%-
HSV(B)294.22º95.41%76.86%-
XYZ28.4213.6553.36-
YUV80.85192.99197.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 9 (3.91% from 255) = 2.35%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=46.48%
G=2.35%
B=51.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17891960.090.9500.23294.2291.2240.2
HexB29C495F0171265b28
Octal262113041113702744613350
Binary10110010100111000100100110111110101111001001101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B209C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B209C4; }

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

 H1.HeaderClassName
 {
   color: #B209C4;
 }
 .AnyTagClassName
 {
   color: #B209C4;
 }
</style>
background-color css

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

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

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

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

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

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