Html Css Color HEX #B815DF Deep Magenta

📋 copy color: '#B815DF'

red 184 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #B815DF

Tints of Deep Magenta #B815DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 42.99%
G = 4.91%
B = 52.1%

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

#B815DF (or 0xB815DF) is known color: Deep Magenta. HEX triplet: B8, 15 and DF. RGB value is (184,21,223). Sum of RGB (Red+Green+Blue) = 184+21+223=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B815DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815DF is #47EA20. Grayscale: #5C5C5C. Windows color (decimal): -4712993 or 14620088. OLE color: 14620088.

HSL color Cylindrical-coordinate representation of color #B815DF: hue angle of 288.42º 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 #B815DF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 21 223 -
CMYK 0.17 0.91 0 0.13
HSL 288.42º 0.83% 0.48% -
HSV(B) 288.42º 0.91% 0.87% -
XYZ 33.35 16.05 71.15 -
YUV 92.77 201.5 193.07 -
System Red Green Blue C M Y K H S L
Decimal 184 21 223 0.17 0.91 0 0.13 288.42 0.83 0.48
Hex B8 15 DF 11 5B 0 D 120 53 30
Octal 270 25 337 21 133 0 15 440 123 60
Binary 10111000 10101 11011111 10001 1011011 0 1101 100100000 1010011 110000

Color Harmonies of #B815DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B815DF

Black with #B815DF

Text Example


Text Example

White with #B815DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B815DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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