Html Css Color HEX #BF09AB Deep Magenta

📋 copy color: '#BF09AB'

red 191 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #BF09AB

Tints of Deep Magenta #BF09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 51.48%
G = 2.43%
B = 46.09%

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

#BF09AB (or 0xBF09AB) is known color: Deep Magenta. HEX triplet: BF, 09 and AB. RGB value is (191,9,171). Sum of RGB (Red+Green+Blue) = 191+9+171=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF09AB is #40F654. Grayscale: #515151. Windows color (decimal): -4257365 or 11209151. OLE color: 11209151.

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

Color convert

RGB 191 9 171 -
CMYK 0 0.95 0.10 0.25
HSL 306.59º 0.91% 0.39% -
HSV(B) 306.59º 0.95% 0.75% -
XYZ 28.93 14.21 39.75 -
YUV 81.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 191 9 171 0 0.95 0.10 0.25 306.59 0.91 0.39
Hex BF 9 AB 0 5F A 19 133 5B 27
Octal 277 11 253 0 137 12 31 463 133 47
Binary 10111111 1001 10101011 0 1011111 1010 11001 100110011 1011011 100111

Color Harmonies of #BF09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09AB

Black with #BF09AB

Text Example


Text Example

White with #BF09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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