Html Css Color HEX #BF09AA Deep Magenta

📋 copy color: '#BF09AA'

red 191 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #BF09AA

Tints of Deep Magenta #BF09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 51.62%
G = 2.43%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF09AA (or 0xBF09AA) is known color: Deep Magenta. HEX triplet: BF, 09 and AA. RGB value is (191,9,170). Sum of RGB (Red+Green+Blue) = 191+9+170=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF09AA is #40F655. Grayscale: #515151. Windows color (decimal): -4257366 or 11143615. OLE color: 11143615.

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

Color convert

RGB 191 9 170 -
CMYK 0 0.95 0.11 0.25
HSL 306.92º 0.91% 0.39% -
HSV(B) 306.92º 0.95% 0.75% -
XYZ 28.84 14.17 39.25 -
YUV 81.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 191 9 170 0 0.95 0.11 0.25 306.92 0.91 0.39
Hex BF 9 AA 0 5F B 19 133 5B 27
Octal 277 11 252 0 137 13 31 463 133 47
Binary 10111111 1001 10101010 0 1011111 1011 11001 100110011 1011011 100111

Color Harmonies of #BF09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09AA

Black with #BF09AA

Text Example


Text Example

White with #BF09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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