Html Css Color HEX #BF10AC Deep Magenta

📋 copy color: '#BF10AC'

red 191 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #BF10AC

Tints of Deep Magenta #BF10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 50.4%
G = 4.22%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF10AC (or 0xBF10AC) is known color: Deep Magenta. HEX triplet: BF, 10 and AC. RGB value is (191,16,172). Sum of RGB (Red+Green+Blue) = 191+16+172=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF10AC is #40EF53. Grayscale: #555555. Windows color (decimal): -4255572 or 11276479. OLE color: 11276479.

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

Color convert

RGB 191 16 172 -
CMYK 0 0.92 0.10 0.25
HSL 306.51º 0.85% 0.41% -
HSV(B) 306.51º 0.92% 0.75% -
XYZ 29.12 14.43 40.28 -
YUV 86.11 176.48 202.82 -
System Red Green Blue C M Y K H S L
Decimal 191 16 172 0 0.92 0.10 0.25 306.51 0.85 0.41
Hex BF 10 AC 0 5C A 19 133 55 29
Octal 277 20 254 0 134 12 31 463 125 51
Binary 10111111 10000 10101100 0 1011100 1010 11001 100110011 1010101 101001

Color Harmonies of #BF10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10AC

Black with #BF10AC

Text Example


Text Example

White with #BF10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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