Html Css Color HEX #B411B2 Deep Magenta

📋 copy color: '#B411B2'

red 180 ◦ green 17 ◦ blue 178

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

Shades of Deep Magenta #B411B2

Tints of Deep Magenta #B411B2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 48%
G = 4.53%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B411B2 (or 0xB411B2) is known color: Deep Magenta. HEX triplet: B4, 11 and B2. RGB value is (180,17,178). Sum of RGB (Red+Green+Blue) = 180+17+178=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B411B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B411B2 is #4BEE4D. Grayscale: #535353. Windows color (decimal): -4976206 or 11669940. OLE color: 11669940.

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

Color convert

RGB 180 17 178 -
CMYK 0 0.91 0.01 0.29
HSL 300.74º 0.83% 0.39% -
HSV(B) 300.74º 0.91% 0.71% -
XYZ 27.06 13.32 43.26 -
YUV 84.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 180 17 178 0 0.91 0.01 0.29 300.74 0.83 0.39
Hex B4 11 B2 0 5B 1 1D 12D 53 27
Octal 264 21 262 0 133 1 35 455 123 47
Binary 10110100 10001 10110010 0 1011011 1 11101 100101101 1010011 100111

Color Harmonies of #B411B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411B2

Black with #B411B2

Text Example


Text Example

White with #B411B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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