Html Css Color HEX #B40DBA Deep Magenta

📋 copy color: '#B40DBA'

red 180 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #B40DBA

Tints of Deep Magenta #B40DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 47.49%
G = 3.43%
B = 49.08%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B40DBA (or 0xB40DBA) is known color: Deep Magenta. HEX triplet: B4, 0D and BA. RGB value is (180,13,186). Sum of RGB (Red+Green+Blue) = 180+13+186=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B40DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DBA is #4BF245. Grayscale: #525252. Windows color (decimal): -4977222 or 12193204. OLE color: 12193204.

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

Color convert

RGB 180 13 186 -
CMYK 0.03 0.93 0 0.27
HSL 297.92º 0.87% 0.39% -
HSV(B) 297.92º 0.93% 0.73% -
XYZ 27.83 13.54 47.6 -
YUV 82.66 186.33 197.43 -
System Red Green Blue C M Y K H S L
Decimal 180 13 186 0.03 0.93 0 0.27 297.92 0.87 0.39
Hex B4 D BA 3 5D 0 1B 12A 57 27
Octal 264 15 272 3 135 0 33 452 127 47
Binary 10110100 1101 10111010 11 1011101 0 11011 100101010 1010111 100111

Color Harmonies of #B40DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DBA

Black with #B40DBA

Text Example


Text Example

White with #B40DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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