Html Css Color HEX #B815DE Deep Magenta

📋 copy color: '#B815DE'

red 184 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #B815DE

Tints of Deep Magenta #B815DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 43.09%
G = 4.92%
B = 51.99%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B815DE (or 0xB815DE) is known color: Deep Magenta. HEX triplet: B8, 15 and DE. RGB value is (184,21,222). Sum of RGB (Red+Green+Blue) = 184+21+222=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #B815DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815DE is #47EA21. Grayscale: #5C5C5C. Windows color (decimal): -4712994 or 14554552. OLE color: 14554552.

HSL color Cylindrical-coordinate representation of color #B815DE: hue angle of 288.66º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B815DE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 21 222 -
CMYK 0.17 0.91 0 0.13
HSL 288.66º 0.83% 0.48% -
HSV(B) 288.66º 0.91% 0.87% -
XYZ 33.22 16 70.44 -
YUV 92.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 184 21 222 0.17 0.91 0 0.13 288.66 0.83 0.48
Hex B8 15 DE 11 5B 0 D 121 53 30
Octal 270 25 336 21 133 0 15 441 123 60
Binary 10111000 10101 11011110 10001 1011011 0 1101 100100001 1010011 110000

Color Harmonies of #B815DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815DE

Black with #B815DE

Text Example


Text Example

White with #B815DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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