Html Css Color HEX #B914DF Deep Magenta

📋 copy color: '#B914DF'

red 185 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #B914DF

Tints of Deep Magenta #B914DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.67%

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

R = 43.22%
G = 4.67%
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

#B914DF (or 0xB914DF) is known color: Deep Magenta. HEX triplet: B9, 14 and DF. RGB value is (185,20,223). Sum of RGB (Red+Green+Blue) = 185+20+223=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 20 (8.20% from 255 or 4.67% 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 #B914DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914DF is #46EB20. Grayscale: #5B5B5B. Windows color (decimal): -4647713 or 14619833. OLE color: 14619833.

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

Color convert

RGB 185 20 223 -
CMYK 0.17 0.91 0 0.13
HSL 288.77º 0.84% 0.48% -
HSV(B) 288.77º 0.91% 0.87% -
XYZ 33.58 16.14 71.16 -
YUV 92.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 185 20 223 0.17 0.91 0 0.13 288.77 0.84 0.48
Hex B9 14 DF 11 5B 0 D 121 54 30
Octal 271 24 337 21 133 0 15 441 124 60
Binary 10111001 10100 11011111 10001 1011011 0 1101 100100001 1010100 110000

Color Harmonies of #B914DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914DF

Black with #B914DF

Text Example


Text Example

White with #B914DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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