Html Css Color HEX #B409BD Deep Magenta

📋 copy color: '#B409BD'

red 180 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #B409BD

Tints of Deep Magenta #B409BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 47.62%
G = 2.38%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B409BD (or 0xB409BD) is known color: Deep Magenta. HEX triplet: B4, 09 and BD. RGB value is (180,9,189). Sum of RGB (Red+Green+Blue) = 180+9+189=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #B409BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409BD is #4BF642. Grayscale: #505050. Windows color (decimal): -4978243 or 12388788. OLE color: 12388788.

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

Color convert

RGB 180 9 189 -
CMYK 0.05 0.95 0 0.26
HSL 297º 0.91% 0.39% -
HSV(B) 297º 0.95% 0.74% -
XYZ 28.11 13.57 49.28 -
YUV 80.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 180 9 189 0.05 0.95 0 0.26 297 0.91 0.39
Hex B4 9 BD 5 5F 0 1A 129 5B 27
Octal 264 11 275 5 137 0 32 451 133 47
Binary 10110100 1001 10111101 101 1011111 0 11010 100101001 1011011 100111

Color Harmonies of #B409BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409BD

Black with #B409BD

Text Example


Text Example

White with #B409BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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