Html Css Color HEX #BF07AC Deep Magenta

📋 copy color: '#BF07AC'

red 191 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #BF07AC

Tints of Deep Magenta #BF07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

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

R = 51.62%
G = 1.89%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF07AC (or 0xBF07AC) is known color: Deep Magenta. HEX triplet: BF, 07 and AC. RGB value is (191,7,172). Sum of RGB (Red+Green+Blue) = 191+7+172=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF07AC is #40F853. Grayscale: #505050. Windows color (decimal): -4257876 or 11274175. OLE color: 11274175.

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

Color convert

RGB 191 7 172 -
CMYK 0 0.96 0.10 0.25
HSL 306.2º 0.93% 0.39% -
HSV(B) 306.2º 0.96% 0.75% -
XYZ 29.01 14.21 40.24 -
YUV 80.83 179.46 206.58 -
System Red Green Blue C M Y K H S L
Decimal 191 7 172 0 0.96 0.10 0.25 306.2 0.93 0.39
Hex BF 7 AC 0 60 A 19 132 5D 27
Octal 277 7 254 0 140 12 31 462 135 47
Binary 10111111 111 10101100 0 1100000 1010 11001 100110010 1011101 100111

Color Harmonies of #BF07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07AC

Black with #BF07AC

Text Example


Text Example

White with #BF07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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