Html Css Color HEX #B818DB Deep Magenta

📋 copy color: '#B818DB'

red 184 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #B818DB

Tints of Deep Magenta #B818DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

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

R = 43.09%
G = 5.62%
B = 51.29%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B818DB (or 0xB818DB) is known color: Deep Magenta. HEX triplet: B8, 18 and DB. RGB value is (184,24,219). Sum of RGB (Red+Green+Blue) = 184+24+219=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B818DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818DB is #47E724. Grayscale: #5D5D5D. Windows color (decimal): -4712229 or 14358712. OLE color: 14358712.

HSL color Cylindrical-coordinate representation of color #B818DB: hue angle of 289.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B818DB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 24 219 -
CMYK 0.16 0.89 0 0.14
HSL 289.23º 0.8% 0.48% -
HSV(B) 289.23º 0.89% 0.86% -
XYZ 32.88 15.96 68.37 -
YUV 94.07 198.51 192.14 -
System Red Green Blue C M Y K H S L
Decimal 184 24 219 0.16 0.89 0 0.14 289.23 0.8 0.48
Hex B8 18 DB 10 59 0 E 121 50 30
Octal 270 30 333 20 131 0 16 441 120 60
Binary 10111000 11000 11011011 10000 1011001 0 1110 100100001 1010000 110000

Color Harmonies of #B818DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818DB

Black with #B818DB

Text Example


Text Example

White with #B818DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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