Html Css Color HEX #BF12AB Deep Magenta

📋 copy color: '#BF12AB'

red 191 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #BF12AB

Tints of Deep Magenta #BF12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.74%

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

R = 50.26%
G = 4.74%
B = 45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF12AB (or 0xBF12AB) is known color: Deep Magenta. HEX triplet: BF, 12 and AB. RGB value is (191,18,171). Sum of RGB (Red+Green+Blue) = 191+18+171=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF12AB is #40ED54. Grayscale: #565656. Windows color (decimal): -4255061 or 11211455. OLE color: 11211455.

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

Color convert

RGB 191 18 171 -
CMYK 0 0.91 0.10 0.25
HSL 306.94º 0.83% 0.41% -
HSV(B) 306.94º 0.91% 0.75% -
XYZ 29.05 14.45 39.79 -
YUV 87.17 175.31 202.06 -
System Red Green Blue C M Y K H S L
Decimal 191 18 171 0 0.91 0.10 0.25 306.94 0.83 0.41
Hex BF 12 AB 0 5B A 19 133 53 29
Octal 277 22 253 0 133 12 31 463 123 51
Binary 10111111 10010 10101011 0 1011011 1010 11001 100110011 1010011 101001

Color Harmonies of #BF12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12AB

Black with #BF12AB

Text Example


Text Example

White with #BF12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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