Html Css Color HEX #BF09AC Deep Magenta

📋 copy color: '#BF09AC'

red 191 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #BF09AC

Tints of Deep Magenta #BF09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 51.34%
G = 2.42%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF09AC (or 0xBF09AC) is known color: Deep Magenta. HEX triplet: BF, 09 and AC. RGB value is (191,9,172). Sum of RGB (Red+Green+Blue) = 191+9+172=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF09AC is #40F653. Grayscale: #515151. Windows color (decimal): -4257364 or 11274687. OLE color: 11274687.

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

Color convert

RGB 191 9 172 -
CMYK 0 0.95 0.10 0.25
HSL 306.26º 0.91% 0.39% -
HSV(B) 306.26º 0.95% 0.75% -
XYZ 29.03 14.25 40.25 -
YUV 82 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 191 9 172 0 0.95 0.10 0.25 306.26 0.91 0.39
Hex BF 9 AC 0 5F A 19 132 5B 27
Octal 277 11 254 0 137 12 31 462 133 47
Binary 10111111 1001 10101100 0 1011111 1010 11001 100110010 1011011 100111

Color Harmonies of #BF09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09AC

Black with #BF09AC

Text Example


Text Example

White with #BF09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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