Html Css Color HEX #B915DB Deep Magenta

📋 copy color: '#B915DB'

red 185 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #B915DB

Tints of Deep Magenta #B915DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.94%

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

R = 43.53%
G = 4.94%
B = 51.53%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B915DB (or 0xB915DB) is known color: Deep Magenta. HEX triplet: B9, 15 and DB. RGB value is (185,21,219). Sum of RGB (Red+Green+Blue) = 185+21+219=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B915DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915DB is #46EA24. Grayscale: #5B5B5B. Windows color (decimal): -4647461 or 14357945. OLE color: 14357945.

HSL color Cylindrical-coordinate representation of color #B915DB: hue angle of 289.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B915DB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 21 219 -
CMYK 0.16 0.90 0 0.14
HSL 289.7º 0.83% 0.47% -
HSV(B) 289.7º 0.9% 0.86% -
XYZ 33.06 15.97 68.36 -
YUV 92.61 199.33 193.9 -
System Red Green Blue C M Y K H S L
Decimal 185 21 219 0.16 0.90 0 0.14 289.7 0.83 0.47
Hex B9 15 DB 10 5A 0 E 122 52 2F
Octal 271 25 333 20 132 0 16 442 122 57
Binary 10111001 10101 11011011 10000 1011010 0 1110 100100010 1010010 101111

Color Harmonies of #B915DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915DB

Black with #B915DB

Text Example


Text Example

White with #B915DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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