Html Css Color HEX #B915DF Deep Magenta

📋 copy color: '#B915DF'

red 185 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #B915DF

Tints of Deep Magenta #B915DF

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

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

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

R = 43.12%
G = 4.9%
B = 51.98%

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

#B915DF (or 0xB915DF) is known color: Deep Magenta. HEX triplet: B9, 15 and DF. RGB value is (185,21,223). Sum of RGB (Red+Green+Blue) = 185+21+223=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #B915DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915DF is #46EA20. Grayscale: #5C5C5C. Windows color (decimal): -4647457 or 14620089. OLE color: 14620089.

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

Color convert

RGB 185 21 223 -
CMYK 0.17 0.91 0 0.13
HSL 288.71º 0.83% 0.48% -
HSV(B) 288.71º 0.91% 0.87% -
XYZ 33.6 16.18 71.16 -
YUV 93.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 185 21 223 0.17 0.91 0 0.13 288.71 0.83 0.48
Hex B9 15 DF 11 5B 0 D 121 53 30
Octal 271 25 337 21 133 0 15 441 123 60
Binary 10111001 10101 11011111 10001 1011011 0 1101 100100001 1010011 110000

Color Harmonies of #B915DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915DF

Black with #B915DF

Text Example


Text Example

White with #B915DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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