Html Css Color HEX #B41DBA Deep Magenta

📋 copy color: '#B41DBA'

red 180 ◦ green 29 ◦ blue 186

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

Shades of Deep Magenta #B41DBA

Tints of Deep Magenta #B41DBA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

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

R = 45.57%
G = 7.34%
B = 47.09%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B41DBA (or 0xB41DBA) is known color: Deep Magenta. HEX triplet: B4, 1D and BA. RGB value is (180,29,186). Sum of RGB (Red+Green+Blue) = 180+29+186=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B41DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DBA is #4BE245. Grayscale: #5B5B5B. Windows color (decimal): -4973126 or 12197300. OLE color: 12197300.

HSL color Cylindrical-coordinate representation of color #B41DBA: hue angle of 297.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41DBA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 29 186 -
CMYK 0.03 0.84 0 0.27
HSL 297.71º 0.73% 0.42% -
HSV(B) 297.71º 0.84% 0.73% -
XYZ 28.12 14.13 47.7 -
YUV 92.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 180 29 186 0.03 0.84 0 0.27 297.71 0.73 0.42
Hex B4 1D BA 3 54 0 1B 12A 49 2A
Octal 264 35 272 3 124 0 33 452 111 52
Binary 10110100 11101 10111010 11 1010100 0 11011 100101010 1001001 101010

Color Harmonies of #B41DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DBA

Black with #B41DBA

Text Example


Text Example

White with #B41DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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