Html Css Color HEX #B409B0 Deep Magenta

📋 copy color: '#B409B0'

red 180 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #B409B0

Tints of Deep Magenta #B409B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.22%

R = 49.32%
G = 2.47%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B409B0 (or 0xB409B0) is known color: Deep Magenta. HEX triplet: B4, 09 and B0. RGB value is (180,9,176). Sum of RGB (Red+Green+Blue) = 180+9+176=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B409B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409B0 is #4BF64F. Grayscale: #4E4E4E. Windows color (decimal): -4978256 or 11536820. OLE color: 11536820.

HSL color Cylindrical-coordinate representation of color #B409B0: hue angle of 301.4º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B409B0 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 9 176 -
CMYK 0 0.95 0.02 0.29
HSL 301.4º 0.9% 0.37% -
HSV(B) 301.4º 0.95% 0.71% -
XYZ 26.76 13.03 42.18 -
YUV 79.17 182.65 199.92 -
System Red Green Blue C M Y K H S L
Decimal 180 9 176 0 0.95 0.02 0.29 301.4 0.9 0.37
Hex B4 9 B0 0 5F 2 1D 12D 5A 25
Octal 264 11 260 0 137 2 35 455 132 45
Binary 10110100 1001 10110000 0 1011111 10 11101 100101101 1011010 100101

Color Harmonies of #B409B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409B0

Black with #B409B0

Text Example


Text Example

White with #B409B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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