Html Css Color HEX #B414DB Deep Magenta

📋 copy color: '#B414DB'

red 180 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #B414DB

Tints of Deep Magenta #B414DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 42.96%
G = 4.77%
B = 52.27%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B414DB (or 0xB414DB) is known color: Deep Magenta. HEX triplet: B4, 14 and DB. RGB value is (180,20,219). Sum of RGB (Red+Green+Blue) = 180+20+219=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B414DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414DB is #4BEB24. Grayscale: #595959. Windows color (decimal): -4975397 or 14357684. OLE color: 14357684.

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

Color convert

RGB 180 20 219 -
CMYK 0.18 0.91 0 0.14
HSL 288.24º 0.83% 0.47% -
HSV(B) 288.24º 0.91% 0.86% -
XYZ 31.86 15.32 68.3 -
YUV 90.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 180 20 219 0.18 0.91 0 0.14 288.24 0.83 0.47
Hex B4 14 DB 12 5B 0 E 120 53 2F
Octal 264 24 333 22 133 0 16 440 123 57
Binary 10110100 10100 11011011 10010 1011011 0 1110 100100000 1010011 101111

Color Harmonies of #B414DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414DB

Black with #B414DB

Text Example


Text Example

White with #B414DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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