Html Css Color HEX #B409C0 Deep Magenta

📋 copy color: '#B409C0'

red 180 ◦ green 9 ◦ blue 192

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

Shades of Deep Magenta #B409C0

Tints of Deep Magenta #B409C0

RGB

 RED value IS 180 (70.7% from 255) = 47.24%

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 47.24%
G = 2.36%
B = 50.39%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B409C0 (or 0xB409C0) is known color: Deep Magenta. HEX triplet: B4, 09 and C0. RGB value is (180,9,192). Sum of RGB (Red+Green+Blue) = 180+9+192=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #B409C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409C0 is #4BF63F. Grayscale: #505050. Windows color (decimal): -4978240 or 12585396. OLE color: 12585396.

HSL color Cylindrical-coordinate representation of color #B409C0: hue angle of 296.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B409C0 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 9 192 -
CMYK 0.06 0.95 0 0.25
HSL 296.07º 0.91% 0.39% -
HSV(B) 296.07º 0.95% 0.75% -
XYZ 28.43 13.7 51.02 -
YUV 80.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 180 9 192 0.06 0.95 0 0.25 296.07 0.91 0.39
Hex B4 9 C0 6 5F 0 19 128 5B 27
Octal 264 11 300 6 137 0 31 450 133 47
Binary 10110100 1001 11000000 110 1011111 0 11001 100101000 1011011 100111

Color Harmonies of #B409C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409C0

Black with #B409C0

Text Example


Text Example

White with #B409C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409C0; }

 p { color: rgb(180,9,192); }

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

background-color css

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

 a { background-color: rgb(180,9,192); }

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

border-color css

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

 span { border-color: rgb(180,9,192); }

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