Html Css Color HEX #B410DB Deep Magenta

📋 copy color: '#B410DB'

red 180 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #B410DB

Tints of Deep Magenta #B410DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 43.37%
G = 3.86%
B = 52.77%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B410DB (or 0xB410DB) is known color: Deep Magenta. HEX triplet: B4, 10 and DB. RGB value is (180,16,219). Sum of RGB (Red+Green+Blue) = 180+16+219=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #B410DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410DB is #4BEF24. Grayscale: #575757. Windows color (decimal): -4976421 or 14356660. OLE color: 14356660.

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

Color convert

RGB 180 16 219 -
CMYK 0.18 0.93 0 0.14
HSL 288.47º 0.86% 0.46% -
HSV(B) 288.47º 0.93% 0.86% -
XYZ 31.79 15.19 68.27 -
YUV 88.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 180 16 219 0.18 0.93 0 0.14 288.47 0.86 0.46
Hex B4 10 DB 12 5D 0 E 120 56 2E
Octal 264 20 333 22 135 0 16 440 126 56
Binary 10110100 10000 11011011 10010 1011101 0 1110 100100000 1010110 101110

Color Harmonies of #B410DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410DB

Black with #B410DB

Text Example


Text Example

White with #B410DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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