Html Css Color HEX #BF18AC Deep Magenta

📋 copy color: '#BF18AC'

red 191 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #BF18AC

Tints of Deep Magenta #BF18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.2%

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

R = 49.35%
G = 6.2%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF18AC (or 0xBF18AC) is known color: Deep Magenta. HEX triplet: BF, 18 and AC. RGB value is (191,24,172). Sum of RGB (Red+Green+Blue) = 191+24+172=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF18AC is #40E753. Grayscale: #5A5A5A. Windows color (decimal): -4253524 or 11278527. OLE color: 11278527.

HSL color Cylindrical-coordinate representation of color #BF18AC: hue angle of 306.83º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF18AC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 172 -
CMYK 0 0.87 0.10 0.25
HSL 306.83º 0.78% 0.42% -
HSV(B) 306.83º 0.87% 0.75% -
XYZ 29.26 14.71 40.33 -
YUV 90.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 191 24 172 0 0.87 0.10 0.25 306.83 0.78 0.42
Hex BF 18 AC 0 57 A 19 133 4E 2A
Octal 277 30 254 0 127 12 31 463 116 52
Binary 10111111 11000 10101100 0 1010111 1010 11001 100110011 1001110 101010

Color Harmonies of #BF18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18AC

Black with #BF18AC

Text Example


Text Example

White with #BF18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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