Html Css Color HEX #B412DB Deep Magenta

📋 copy color: '#B412DB'

red 180 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #B412DB

Tints of Deep Magenta #B412DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 43.17%
G = 4.32%
B = 52.52%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B412DB (or 0xB412DB) is known color: Deep Magenta. HEX triplet: B4, 12 and DB. RGB value is (180,18,219). Sum of RGB (Red+Green+Blue) = 180+18+219=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B412DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412DB is #4BED24. Grayscale: #585858. Windows color (decimal): -4975909 or 14357172. OLE color: 14357172.

HSL color Cylindrical-coordinate representation of color #B412DB: hue angle of 288.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B412DB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 18 219 -
CMYK 0.18 0.92 0 0.14
HSL 288.36º 0.85% 0.46% -
HSV(B) 288.36º 0.92% 0.86% -
XYZ 31.82 15.25 68.28 -
YUV 89.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 180 18 219 0.18 0.92 0 0.14 288.36 0.85 0.46
Hex B4 12 DB 12 5C 0 E 120 55 2E
Octal 264 22 333 22 134 0 16 440 125 56
Binary 10110100 10010 11011011 10010 1011100 0 1110 100100000 1010101 101110

Color Harmonies of #B412DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412DB

Black with #B412DB

Text Example


Text Example

White with #B412DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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