Html Css Color HEX #B41BB2 Deep Magenta

📋 copy color: '#B41BB2'

red 180 ◦ green 27 ◦ blue 178

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

Shades of Deep Magenta #B41BB2

Tints of Deep Magenta #B41BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.23%

R = 46.75%
G = 7.01%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B41BB2 (or 0xB41BB2) is known color: Deep Magenta. HEX triplet: B4, 1B and B2. RGB value is (180,27,178). Sum of RGB (Red+Green+Blue) = 180+27+178=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B41BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41BB2 is #4BE44D. Grayscale: #595959. Windows color (decimal): -4973646 or 11672500. OLE color: 11672500.

HSL color Cylindrical-coordinate representation of color #B41BB2: hue angle of 300.78º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41BB2 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 27 178 -
CMYK 0 0.85 0.01 0.29
HSL 300.78º 0.74% 0.41% -
HSV(B) 300.78º 0.85% 0.71% -
XYZ 27.25 13.7 43.33 -
YUV 89.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 180 27 178 0 0.85 0.01 0.29 300.78 0.74 0.41
Hex B4 1B B2 0 55 1 1D 12D 4A 29
Octal 264 33 262 0 125 1 35 455 112 51
Binary 10110100 11011 10110010 0 1010101 1 11101 100101101 1001010 101001

Color Harmonies of #B41BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BB2

Black with #B41BB2

Text Example


Text Example

White with #B41BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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