Html Css Color HEX #BF13AC Deep Magenta

📋 copy color: '#BF13AC'

red 191 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #BF13AC

Tints of Deep Magenta #BF13AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 50%
G = 4.97%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF13AC (or 0xBF13AC) is known color: Deep Magenta. HEX triplet: BF, 13 and AC. RGB value is (191,19,172). Sum of RGB (Red+Green+Blue) = 191+19+172=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF13AC is #40EC53. Grayscale: #575757. Windows color (decimal): -4254804 or 11277247. OLE color: 11277247.

HSL color Cylindrical-coordinate representation of color #BF13AC: hue angle of 306.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13AC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 172 -
CMYK 0 0.90 0.10 0.25
HSL 306.63º 0.82% 0.41% -
HSV(B) 306.63º 0.9% 0.75% -
XYZ 29.17 14.52 40.3 -
YUV 87.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 191 19 172 0 0.90 0.10 0.25 306.63 0.82 0.41
Hex BF 13 AC 0 5A A 19 133 52 29
Octal 277 23 254 0 132 12 31 463 122 51
Binary 10111111 10011 10101100 0 1011010 1010 11001 100110011 1010010 101001

Color Harmonies of #BF13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13AC

Black with #BF13AC

Text Example


Text Example

White with #BF13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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