Html Css Color HEX #B40DBB Deep Magenta

📋 copy color: '#B40DBB'

red 180 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #B40DBB

Tints of Deep Magenta #B40DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.42%

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

R = 47.37%
G = 3.42%
B = 49.21%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B40DBB (or 0xB40DBB) is known color: Deep Magenta. HEX triplet: B4, 0D and BB. RGB value is (180,13,187). Sum of RGB (Red+Green+Blue) = 180+13+187=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #B40DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DBB is #4BF244. Grayscale: #525252. Windows color (decimal): -4977221 or 12258740. OLE color: 12258740.

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

Color convert

RGB 180 13 187 -
CMYK 0.04 0.93 0 0.27
HSL 297.59º 0.87% 0.39% -
HSV(B) 297.59º 0.93% 0.73% -
XYZ 27.94 13.58 48.16 -
YUV 82.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 180 13 187 0.04 0.93 0 0.27 297.59 0.87 0.39
Hex B4 D BB 4 5D 0 1B 12A 57 27
Octal 264 15 273 4 135 0 33 452 127 47
Binary 10110100 1101 10111011 100 1011101 0 11011 100101010 1010111 100111

Color Harmonies of #B40DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DBB

Black with #B40DBB

Text Example


Text Example

White with #B40DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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