Html Css Color HEX #BF04A9 Deep Magenta

📋 copy color: '#BF04A9'

red 191 ◦ green 4 ◦ blue 169

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

Shades of Deep Magenta #BF04A9

Tints of Deep Magenta #BF04A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.43%

R = 52.47%
G = 1.1%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF04A9 (or 0xBF04A9) is known color: Deep Magenta. HEX triplet: BF, 04 and A9. RGB value is (191,4,169). Sum of RGB (Red+Green+Blue) = 191+4+169=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF04A9 is #40FB56. Grayscale: #4E4E4E. Windows color (decimal): -4258647 or 11076799. OLE color: 11076799.

HSL color Cylindrical-coordinate representation of color #BF04A9: hue angle of 307.06º 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 #BF04A9 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 169 -
CMYK 0 0.98 0.12 0.25
HSL 307.06º 0.96% 0.38% -
HSV(B) 307.06º 0.98% 0.75% -
XYZ 28.69 14.03 38.73 -
YUV 78.72 178.95 208.08 -
System Red Green Blue C M Y K H S L
Decimal 191 4 169 0 0.98 0.12 0.25 307.06 0.96 0.38
Hex BF 4 A9 0 62 C 19 133 60 26
Octal 277 4 251 0 142 14 31 463 140 46
Binary 10111111 100 10101001 0 1100010 1100 11001 100110011 1100000 100110

Color Harmonies of #BF04A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF04A9

Black with #BF04A9

Text Example


Text Example

White with #BF04A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF04A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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