Html Css Color HEX #BF10AB Deep Magenta

📋 copy color: '#BF10AB'

red 191 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #BF10AB

Tints of Deep Magenta #BF10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.23%

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

R = 50.53%
G = 4.23%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF10AB (or 0xBF10AB) is known color: Deep Magenta. HEX triplet: BF, 10 and AB. RGB value is (191,16,171). Sum of RGB (Red+Green+Blue) = 191+16+171=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF10AB is #40EF54. Grayscale: #555555. Windows color (decimal): -4255573 or 11210943. OLE color: 11210943.

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

Color convert

RGB 191 16 171 -
CMYK 0 0.92 0.10 0.25
HSL 306.86º 0.85% 0.41% -
HSV(B) 306.86º 0.92% 0.75% -
XYZ 29.02 14.39 39.78 -
YUV 86 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 191 16 171 0 0.92 0.10 0.25 306.86 0.85 0.41
Hex BF 10 AB 0 5C A 19 133 55 29
Octal 277 20 253 0 134 12 31 463 125 51
Binary 10111111 10000 10101011 0 1011100 1010 11001 100110011 1010101 101001

Color Harmonies of #BF10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10AB

Black with #BF10AB

Text Example


Text Example

White with #BF10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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