Html Css Color HEX #B41DC0 Deep Magenta

📋 copy color: '#B41DC0'

red 180 ◦ green 29 ◦ blue 192

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

Shades of Deep Magenta #B41DC0

Tints of Deep Magenta #B41DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 44.89%
G = 7.23%
B = 47.88%

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

#B41DC0 (or 0xB41DC0) is known color: Deep Magenta. HEX triplet: B4, 1D and C0. RGB value is (180,29,192). Sum of RGB (Red+Green+Blue) = 180+29+192=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #B41DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DC0 is #4BE23F. Grayscale: #5C5C5C. Windows color (decimal): -4973120 or 12590516. OLE color: 12590516.

HSL color Cylindrical-coordinate representation of color #B41DC0: hue angle of 295.58º 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 #B41DC0 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 29 192 -
CMYK 0.06 0.85 0 0.25
HSL 295.58º 0.74% 0.43% -
HSV(B) 295.58º 0.85% 0.75% -
XYZ 28.78 14.39 51.13 -
YUV 92.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 180 29 192 0.06 0.85 0 0.25 295.58 0.74 0.43
Hex B4 1D C0 6 55 0 19 128 4A 2B
Octal 264 35 300 6 125 0 31 450 112 53
Binary 10110100 11101 11000000 110 1010101 0 11001 100101000 1001010 101011

Color Harmonies of #B41DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DC0

Black with #B41DC0

Text Example


Text Example

White with #B41DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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