Html Css Color HEX #BF01AB Deep Magenta

📋 copy color: '#BF01AB'

red 191 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #BF01AB

Tints of Deep Magenta #BF01AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 52.62%
G = 0.28%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF01AB (or 0xBF01AB) is known color: Deep Magenta. HEX triplet: BF, 01 and AB. RGB value is (191,1,171). Sum of RGB (Red+Green+Blue) = 191+1+171=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF01AB is #40FE54. Grayscale: #4C4C4C. Windows color (decimal): -4259413 or 11207103. OLE color: 11207103.

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

Color convert

RGB 191 1 171 -
CMYK 0 0.99 0.10 0.25
HSL 306.32º 0.99% 0.38% -
HSV(B) 306.32º 0.99% 0.75% -
XYZ 28.85 14.04 39.72 -
YUV 77.19 180.95 209.18 -
System Red Green Blue C M Y K H S L
Decimal 191 1 171 0 0.99 0.10 0.25 306.32 0.99 0.38
Hex BF 1 AB 0 63 A 19 132 63 26
Octal 277 1 253 0 143 12 31 462 143 46
Binary 10111111 1 10101011 0 1100011 1010 11001 100110010 1100011 100110

Color Harmonies of #BF01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF01AB

Black with #BF01AB

Text Example


Text Example

White with #BF01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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