Html Css Color HEX #B412BA Deep Magenta

📋 copy color: '#B412BA'

red 180 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #B412BA

Tints of Deep Magenta #B412BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 46.88%
G = 4.69%
B = 48.44%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B412BA (or 0xB412BA) is known color: Deep Magenta. HEX triplet: B4, 12 and BA. RGB value is (180,18,186). Sum of RGB (Red+Green+Blue) = 180+18+186=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #B412BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412BA is #4BED45. Grayscale: #555555. Windows color (decimal): -4975942 or 12194484. OLE color: 12194484.

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

Color convert

RGB 180 18 186 -
CMYK 0.03 0.90 0 0.27
HSL 297.86º 0.82% 0.4% -
HSV(B) 297.86º 0.9% 0.73% -
XYZ 27.9 13.68 47.62 -
YUV 85.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 180 18 186 0.03 0.90 0 0.27 297.86 0.82 0.4
Hex B4 12 BA 3 5A 0 1B 12A 52 28
Octal 264 22 272 3 132 0 33 452 122 50
Binary 10110100 10010 10111010 11 1011010 0 11011 100101010 1010010 101000

Color Harmonies of #B412BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412BA

Black with #B412BA

Text Example


Text Example

White with #B412BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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