Html Css Color HEX #B409A8 Deep Magenta

📋 copy color: '#B409A8'

red 180 ◦ green 9 ◦ blue 168

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

Shades of Deep Magenta #B409A8

Tints of Deep Magenta #B409A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.06%

R = 50.42%
G = 2.52%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B409A8 (or 0xB409A8) is known color: Deep Magenta. HEX triplet: B4, 09 and A8. RGB value is (180,9,168). Sum of RGB (Red+Green+Blue) = 180+9+168=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B409A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409A8 is #4BF657. Grayscale: #4D4D4D. Windows color (decimal): -4978264 or 11012532. OLE color: 11012532.

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

Color convert

RGB 180 9 168 -
CMYK 0 0.95 0.07 0.29
HSL 304.21º 0.9% 0.37% -
HSV(B) 304.21º 0.95% 0.71% -
XYZ 25.99 12.73 38.13 -
YUV 78.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 180 9 168 0 0.95 0.07 0.29 304.21 0.9 0.37
Hex B4 9 A8 0 5F 7 1D 130 5A 25
Octal 264 11 250 0 137 7 35 460 132 45
Binary 10110100 1001 10101000 0 1011111 111 11101 100110000 1011010 100101

Color Harmonies of #B409A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409A8

Black with #B409A8

Text Example


Text Example

White with #B409A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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