Html Css Color HEX #B815DC Deep Magenta

📋 copy color: '#B815DC'

red 184 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #B815DC

Tints of Deep Magenta #B815DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 43.29%
G = 4.94%
B = 51.76%

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

#B815DC (or 0xB815DC) is known color: Deep Magenta. HEX triplet: B8, 15 and DC. RGB value is (184,21,220). Sum of RGB (Red+Green+Blue) = 184+21+220=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #B815DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815DC is #47EA23. Grayscale: #5B5B5B. Windows color (decimal): -4712996 or 14423480. OLE color: 14423480.

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

Color convert

RGB 184 21 220 -
CMYK 0.16 0.90 0 0.14
HSL 289.15º 0.83% 0.47% -
HSV(B) 289.15º 0.9% 0.86% -
XYZ 32.95 15.89 69.04 -
YUV 92.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 184 21 220 0.16 0.90 0 0.14 289.15 0.83 0.47
Hex B8 15 DC 10 5A 0 E 121 53 2F
Octal 270 25 334 20 132 0 16 441 123 57
Binary 10111000 10101 11011100 10000 1011010 0 1110 100100001 1010011 101111

Color Harmonies of #B815DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815DC

Black with #B815DC

Text Example


Text Example

White with #B815DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815DC; }

 p { color: rgb(184,21,220); }

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

background-color css

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

 a { background-color: rgb(184,21,220); }

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

border-color css

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

 span { border-color: rgb(184,21,220); }

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