Html Css Color HEX #B412DE Deep Magenta

📋 copy color: '#B412DE'

red 180 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #B412DE

Tints of Deep Magenta #B412DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 42.86%
G = 4.29%
B = 52.86%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B412DE (or 0xB412DE) is known color: Deep Magenta. HEX triplet: B4, 12 and DE. RGB value is (180,18,222). Sum of RGB (Red+Green+Blue) = 180+18+222=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #B412DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412DE is #4BED21. Grayscale: #595959. Windows color (decimal): -4975906 or 14553780. OLE color: 14553780.

HSL color Cylindrical-coordinate representation of color #B412DE: hue angle of 287.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B412DE is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 18 222 -
CMYK 0.19 0.92 0 0.13
HSL 287.65º 0.85% 0.47% -
HSV(B) 287.65º 0.92% 0.87% -
XYZ 32.22 15.41 70.38 -
YUV 89.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 180 18 222 0.19 0.92 0 0.13 287.65 0.85 0.47
Hex B4 12 DE 13 5C 0 D 120 55 2F
Octal 264 22 336 23 134 0 15 440 125 57
Binary 10110100 10010 11011110 10011 1011100 0 1101 100100000 1010101 101111

Color Harmonies of #B412DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412DE

Black with #B412DE

Text Example


Text Example

White with #B412DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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