Html Css Color HEX #BF04AC Deep Magenta

📋 copy color: '#BF04AC'

red 191 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #BF04AC

Tints of Deep Magenta #BF04AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 52.04%
G = 1.09%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF04AC (or 0xBF04AC) is known color: Deep Magenta. HEX triplet: BF, 04 and AC. RGB value is (191,4,172). Sum of RGB (Red+Green+Blue) = 191+4+172=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF04AC is #40FB53. Grayscale: #4E4E4E. Windows color (decimal): -4258644 or 11273407. OLE color: 11273407.

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

Color convert

RGB 191 4 172 -
CMYK 0 0.98 0.10 0.25
HSL 306.1º 0.96% 0.38% -
HSV(B) 306.1º 0.98% 0.75% -
XYZ 28.98 14.14 40.23 -
YUV 79.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 191 4 172 0 0.98 0.10 0.25 306.1 0.96 0.38
Hex BF 4 AC 0 62 A 19 132 60 26
Octal 277 4 254 0 142 12 31 462 140 46
Binary 10111111 100 10101100 0 1100010 1010 11001 100110010 1100000 100110

Color Harmonies of #BF04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF04AC

Black with #BF04AC

Text Example


Text Example

White with #BF04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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