Html Css Color HEX #B914DB Deep Magenta

📋 copy color: '#B914DB'

red 185 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #B914DB

Tints of Deep Magenta #B914DB

RGB

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

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

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

R = 43.63%
G = 4.72%
B = 51.65%

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

#B914DB (or 0xB914DB) is known color: Deep Magenta. HEX triplet: B9, 14 and DB. RGB value is (185,20,219). Sum of RGB (Red+Green+Blue) = 185+20+219=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B914DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914DB is #46EB24. Grayscale: #5B5B5B. Windows color (decimal): -4647717 or 14357689. OLE color: 14357689.

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

Color convert

RGB 185 20 219 -
CMYK 0.16 0.91 0 0.14
HSL 289.75º 0.83% 0.47% -
HSV(B) 289.75º 0.91% 0.86% -
XYZ 33.04 15.93 68.35 -
YUV 92.02 199.66 194.32 -
System Red Green Blue C M Y K H S L
Decimal 185 20 219 0.16 0.91 0 0.14 289.75 0.83 0.47
Hex B9 14 DB 10 5B 0 E 122 53 2F
Octal 271 24 333 20 133 0 16 442 123 57
Binary 10111001 10100 11011011 10000 1011011 0 1110 100100010 1010011 101111

Color Harmonies of #B914DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914DB

Black with #B914DB

Text Example


Text Example

White with #B914DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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