Html Css Color HEX #B41DBF Deep Magenta

📋 copy color: '#B41DBF'

red 180 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #B41DBF

Tints of Deep Magenta #B41DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.75%

R = 45%
G = 7.25%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B41DBF (or 0xB41DBF) is known color: Deep Magenta. HEX triplet: B4, 1D and BF. RGB value is (180,29,191). Sum of RGB (Red+Green+Blue) = 180+29+191=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #B41DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DBF is #4BE240. Grayscale: #5C5C5C. Windows color (decimal): -4973121 or 12524980. OLE color: 12524980.

HSL color Cylindrical-coordinate representation of color #B41DBF: hue angle of 295.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41DBF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 29 191 -
CMYK 0.06 0.85 0 0.25
HSL 295.93º 0.74% 0.43% -
HSV(B) 295.93º 0.85% 0.75% -
XYZ 28.67 14.34 50.55 -
YUV 92.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 180 29 191 0.06 0.85 0 0.25 295.93 0.74 0.43
Hex B4 1D BF 6 55 0 19 128 4A 2B
Octal 264 35 277 6 125 0 31 450 112 53
Binary 10110100 11101 10111111 110 1010101 0 11001 100101000 1001010 101011

Color Harmonies of #B41DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DBF

Black with #B41DBF

Text Example


Text Example

White with #B41DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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