Html Css Color HEX #B411BA Deep Magenta

📋 copy color: '#B411BA'

red 180 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #B411BA

Tints of Deep Magenta #B411BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 47%
G = 4.44%
B = 48.56%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B411BA (or 0xB411BA) is known color: Deep Magenta. HEX triplet: B4, 11 and BA. RGB value is (180,17,186). Sum of RGB (Red+Green+Blue) = 180+17+186=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #B411BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411BA is #4BEE45. Grayscale: #545454. Windows color (decimal): -4976198 or 12194228. OLE color: 12194228.

HSL color Cylindrical-coordinate representation of color #B411BA: hue angle of 297.87º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B411BA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 17 186 -
CMYK 0.03 0.91 0 0.27
HSL 297.87º 0.83% 0.4% -
HSV(B) 297.87º 0.91% 0.73% -
XYZ 27.89 13.65 47.62 -
YUV 85 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 180 17 186 0.03 0.91 0 0.27 297.87 0.83 0.4
Hex B4 11 BA 3 5B 0 1B 12A 53 28
Octal 264 21 272 3 133 0 33 452 123 50
Binary 10110100 10001 10111010 11 1011011 0 11011 100101010 1010011 101000

Color Harmonies of #B411BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411BA

Black with #B411BA

Text Example


Text Example

White with #B411BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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