Html Css Color HEX #B412B4 Deep Magenta

📋 copy color: '#B412B4'

red 180 ◦ green 18 ◦ blue 180

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

Shades of Deep Magenta #B412B4

Tints of Deep Magenta #B412B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 47.62%
G = 4.76%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B412B4 (or 0xB412B4) is known color: Deep Magenta. HEX triplet: B4, 12 and B4. RGB value is (180,18,180). Sum of RGB (Red+Green+Blue) = 180+18+180=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B412B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412B4 is #4BED4B. Grayscale: #545454. Windows color (decimal): -4975948 or 11801268. OLE color: 11801268.

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

Color convert

RGB 180 18 180 -
CMYK 0 0.9 0 0.29
HSL 300º 0.82% 0.39% -
HSV(B) 300º 0.9% 0.71% -
XYZ 27.28 13.43 44.33 -
YUV 84.91 181.67 195.83 -
System Red Green Blue C M Y K H S L
Decimal 180 18 180 0 0.9 0 0.29 300 0.82 0.39
Hex B4 12 B4 0 5A 0 1D 12C 52 27
Octal 264 22 264 0 132 0 35 454 122 47
Binary 10110100 10010 10110100 0 1011010 0 11101 100101100 1010010 100111

Color Harmonies of #B412B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412B4

Black with #B412B4

Text Example


Text Example

White with #B412B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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