Html Css Color HEX #B913DB Deep Magenta

📋 copy color: '#B913DB'

red 185 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #B913DB

Tints of Deep Magenta #B913DB

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

 GREEN value IS 19 (7.81% from 255) = 4.49%

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

R = 43.74%
G = 4.49%
B = 51.77%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B913DB (or 0xB913DB) is known color: Deep Magenta. HEX triplet: B9, 13 and DB. RGB value is (185,19,219). Sum of RGB (Red+Green+Blue) = 185+19+219=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B913DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913DB is #46EC24. Grayscale: #5A5A5A. Windows color (decimal): -4647973 or 14357433. OLE color: 14357433.

HSL color Cylindrical-coordinate representation of color #B913DB: hue angle of 289.8º degrees, saturation: 0.84, 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 #B913DB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 19 219 -
CMYK 0.16 0.91 0 0.14
HSL 289.8º 0.84% 0.47% -
HSV(B) 289.8º 0.91% 0.86% -
XYZ 33.03 15.89 68.35 -
YUV 91.43 200 194.74 -
System Red Green Blue C M Y K H S L
Decimal 185 19 219 0.16 0.91 0 0.14 289.8 0.84 0.47
Hex B9 13 DB 10 5B 0 E 122 54 2F
Octal 271 23 333 20 133 0 16 442 124 57
Binary 10111001 10011 11011011 10000 1011011 0 1110 100100010 1010100 101111

Color Harmonies of #B913DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913DB

Black with #B913DB

Text Example


Text Example

White with #B913DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913DB; }

 p { color: rgb(185,19,219); }

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

background-color css

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

 a { background-color: rgb(185,19,219); }

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

border-color css

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

 span { border-color: rgb(185,19,219); }

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