Html Css Color HEX #B41BCD Deep Magenta

📋 copy color: '#B41BCD'

red 180 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #B41BCD

Tints of Deep Magenta #B41BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.55%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 43.69%
G = 6.55%
B = 49.76%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B41BCD (or 0xB41BCD) is known color: Deep Magenta. HEX triplet: B4, 1B and CD. RGB value is (180,27,205). Sum of RGB (Red+Green+Blue) = 180+27+205=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #B41BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BCD is #4BE432. Grayscale: #5C5C5C. Windows color (decimal): -4973619 or 13441972. OLE color: 13441972.

HSL color Cylindrical-coordinate representation of color #B41BCD: hue angle of 291.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41BCD is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 27 205 -
CMYK 0.12 0.87 0 0.20
HSL 291.57º 0.77% 0.45% -
HSV(B) 291.57º 0.87% 0.8% -
XYZ 30.23 14.89 59.04 -
YUV 93.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 180 27 205 0.12 0.87 0 0.20 291.57 0.77 0.45
Hex B4 1B CD C 57 0 14 124 4D 2D
Octal 264 33 315 14 127 0 24 444 115 55
Binary 10110100 11011 11001101 1100 1010111 0 10100 100100100 1001101 101101

Color Harmonies of #B41BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BCD

Black with #B41BCD

Text Example


Text Example

White with #B41BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BCD; }

 p { color: rgb(180,27,205); }

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

background-color css

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

 a { background-color: rgb(180,27,205); }

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

border-color css

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

 span { border-color: rgb(180,27,205); }

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