Html Css Color HEX #BF13DF Deep Magenta

📋 copy color: '#BF13DF'

red 191 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #BF13DF

Tints of Deep Magenta #BF13DF

RGB

 RED value IS 191 (75% from 255) = 44.11%

 GREEN value IS 19 (7.81% from 255) = 4.39%

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

R = 44.11%
G = 4.39%
B = 51.5%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF13DF (or 0xBF13DF) is known color: Deep Magenta. HEX triplet: BF, 13 and DF. RGB value is (191,19,223). Sum of RGB (Red+Green+Blue) = 191+19+223=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF13DF is #40EC20. Grayscale: #5D5D5D. Windows color (decimal): -4254753 or 14619583. OLE color: 14619583.

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

Color convert

RGB 191 19 223 -
CMYK 0.14 0.91 0 0.13
HSL 290.59º 0.84% 0.47% -
HSV(B) 290.59º 0.91% 0.87% -
XYZ 35.04 16.87 71.22 -
YUV 93.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 191 19 223 0.14 0.91 0 0.13 290.59 0.84 0.47
Hex BF 13 DF E 5B 0 D 123 54 2F
Octal 277 23 337 16 133 0 15 443 124 57
Binary 10111111 10011 11011111 1110 1011011 0 1101 100100011 1010100 101111

Color Harmonies of #BF13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13DF

Black with #BF13DF

Text Example


Text Example

White with #BF13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13DF; }

 p { color: rgb(191,19,223); }

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

background-color css

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

 a { background-color: rgb(191,19,223); }

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

border-color css

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

 span { border-color: rgb(191,19,223); }

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