Html Css Color HEX #B41DC3 Deep Magenta

📋 copy color: '#B41DC3'

red 180 ◦ green 29 ◦ blue 195

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

Shades of Deep Magenta #B41DC3

Tints of Deep Magenta #B41DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.27%

R = 44.55%
G = 7.18%
B = 48.27%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B41DC3 (or 0xB41DC3) is known color: Deep Magenta. HEX triplet: B4, 1D and C3. RGB value is (180,29,195). Sum of RGB (Red+Green+Blue) = 180+29+195=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #B41DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DC3 is #4BE23C. Grayscale: #5C5C5C. Windows color (decimal): -4973117 or 12787124. OLE color: 12787124.

HSL color Cylindrical-coordinate representation of color #B41DC3: hue angle of 294.58º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41DC3 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 29 195 -
CMYK 0.08 0.85 0 0.24
HSL 294.58º 0.74% 0.44% -
HSV(B) 294.58º 0.85% 0.76% -
XYZ 29.11 14.52 52.9 -
YUV 93.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 180 29 195 0.08 0.85 0 0.24 294.58 0.74 0.44
Hex B4 1D C3 8 55 0 18 127 4A 2C
Octal 264 35 303 10 125 0 30 447 112 54
Binary 10110100 11101 11000011 1000 1010101 0 11000 100100111 1001010 101100

Color Harmonies of #B41DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DC3

Black with #B41DC3

Text Example


Text Example

White with #B41DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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