Html Css Color HEX #B409BB Deep Magenta

📋 copy color: '#B409BB'

red 180 ◦ green 9 ◦ blue 187

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

Shades of Deep Magenta #B409BB

Tints of Deep Magenta #B409BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 47.87%
G = 2.39%
B = 49.73%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B409BB (or 0xB409BB) is known color: Deep Magenta. HEX triplet: B4, 09 and BB. RGB value is (180,9,187). Sum of RGB (Red+Green+Blue) = 180+9+187=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #B409BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409BB is #4BF644. Grayscale: #4F4F4F. Windows color (decimal): -4978245 or 12257716. OLE color: 12257716.

HSL color Cylindrical-coordinate representation of color #B409BB: hue angle of 297.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B409BB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 9 187 -
CMYK 0.04 0.95 0 0.27
HSL 297.64º 0.91% 0.38% -
HSV(B) 297.64º 0.95% 0.73% -
XYZ 27.89 13.49 48.15 -
YUV 80.42 188.15 199.03 -
System Red Green Blue C M Y K H S L
Decimal 180 9 187 0.04 0.95 0 0.27 297.64 0.91 0.38
Hex B4 9 BB 4 5F 0 1B 12A 5B 26
Octal 264 11 273 4 137 0 33 452 133 46
Binary 10110100 1001 10111011 100 1011111 0 11011 100101010 1011011 100110

Color Harmonies of #B409BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409BB

Black with #B409BB

Text Example


Text Example

White with #B409BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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