Html Css Color HEX #B816DB Deep Magenta

📋 copy color: '#B816DB'

red 184 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #B816DB

Tints of Deep Magenta #B816DB

RGB

 RED value IS 184 (72.27% from 255) = 43.29%

 GREEN value IS 22 (8.98% from 255) = 5.18%

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

R = 43.29%
G = 5.18%
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

#B816DB (or 0xB816DB) is known color: Deep Magenta. HEX triplet: B8, 16 and DB. RGB value is (184,22,219). Sum of RGB (Red+Green+Blue) = 184+22+219=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 22 (8.98% from 255 or 5.18% 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 #B816DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816DB is #47E924. Grayscale: #5C5C5C. Windows color (decimal): -4712741 or 14358200. OLE color: 14358200.

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

Color convert

RGB 184 22 219 -
CMYK 0.16 0.90 0 0.14
HSL 289.34º 0.82% 0.47% -
HSV(B) 289.34º 0.9% 0.86% -
XYZ 32.84 15.88 68.35 -
YUV 92.9 199.17 192.98 -
System Red Green Blue C M Y K H S L
Decimal 184 22 219 0.16 0.90 0 0.14 289.34 0.82 0.47
Hex B8 16 DB 10 5A 0 E 121 52 2F
Octal 270 26 333 20 132 0 16 441 122 57
Binary 10111000 10110 11011011 10000 1011010 0 1110 100100001 1010010 101111

Color Harmonies of #B816DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B816DB

Black with #B816DB

Text Example


Text Example

White with #B816DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B816DB; }

 p { color: rgb(184,22,219); }

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

background-color css

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

 a { background-color: rgb(184,22,219); }

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

border-color css

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

 span { border-color: rgb(184,22,219); }

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