Html Css Color HEX #B411B0 Deep Magenta

📋 copy color: '#B411B0'

red 180 ◦ green 17 ◦ blue 176

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

Shades of Deep Magenta #B411B0

Tints of Deep Magenta #B411B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.18%

R = 48.26%
G = 4.56%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B411B0 (or 0xB411B0) is known color: Deep Magenta. HEX triplet: B4, 11 and B0. RGB value is (180,17,176). Sum of RGB (Red+Green+Blue) = 180+17+176=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B411B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B411B0 is #4BEE4F. Grayscale: #535353. Windows color (decimal): -4976208 or 11538868. OLE color: 11538868.

HSL color Cylindrical-coordinate representation of color #B411B0: hue angle of 301.47º 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 #B411B0 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 176 -
CMYK 0 0.91 0.02 0.29
HSL 301.47º 0.83% 0.39% -
HSV(B) 301.47º 0.91% 0.71% -
XYZ 26.86 13.24 42.21 -
YUV 83.86 180 196.57 -
System Red Green Blue C M Y K H S L
Decimal 180 17 176 0 0.91 0.02 0.29 301.47 0.83 0.39
Hex B4 11 B0 0 5B 2 1D 12D 53 27
Octal 264 21 260 0 133 2 35 455 123 47
Binary 10110100 10001 10110000 0 1011011 10 11101 100101101 1010011 100111

Color Harmonies of #B411B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411B0

Black with #B411B0

Text Example


Text Example

White with #B411B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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