Html Css Color HEX #B409AF Deep Magenta

📋 copy color: '#B409AF'

red 180 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #B409AF

Tints of Deep Magenta #B409AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 49.45%
G = 2.47%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B409AF (or 0xB409AF) is known color: Deep Magenta. HEX triplet: B4, 09 and AF. RGB value is (180,9,175). Sum of RGB (Red+Green+Blue) = 180+9+175=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B409AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409AF is #4BF650. Grayscale: #4E4E4E. Windows color (decimal): -4978257 or 11471284. OLE color: 11471284.

HSL color Cylindrical-coordinate representation of color #B409AF: hue angle of 301.75º 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 #B409AF is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 9 175 -
CMYK 0 0.95 0.03 0.29
HSL 301.75º 0.9% 0.37% -
HSV(B) 301.75º 0.95% 0.71% -
XYZ 26.66 12.99 41.66 -
YUV 79.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 180 9 175 0 0.95 0.03 0.29 301.75 0.9 0.37
Hex B4 9 AF 0 5F 3 1D 12E 5A 25
Octal 264 11 257 0 137 3 35 456 132 45
Binary 10110100 1001 10101111 0 1011111 11 11101 100101110 1011010 100101

Color Harmonies of #B409AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409AF

Black with #B409AF

Text Example


Text Example

White with #B409AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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