Html Css Color HEX #BF19AB Medium Violet Red

📋 copy color: '#BF19AB'

red 191 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #BF19AB

Tints of Medium Violet Red #BF19AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

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

R = 49.35%
G = 6.46%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF19AB (or 0xBF19AB) is known color: Medium Violet Red. HEX triplet: BF, 19 and AB. RGB value is (191,25,171). Sum of RGB (Red+Green+Blue) = 191+25+171=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19AB is #40E654. Grayscale: #5A5A5A. Windows color (decimal): -4253269 or 11213247. OLE color: 11213247.

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

Color convert

RGB 191 25 171 -
CMYK 0 0.87 0.10 0.25
HSL 307.23º 0.77% 0.42% -
HSV(B) 307.23º 0.87% 0.75% -
XYZ 29.18 14.71 39.83 -
YUV 91.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 191 25 171 0 0.87 0.10 0.25 307.23 0.77 0.42
Hex BF 19 AB 0 57 A 19 133 4D 2A
Octal 277 31 253 0 127 12 31 463 115 52
Binary 10111111 11001 10101011 0 1010111 1010 11001 100110011 1001101 101010

Color Harmonies of #BF19AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19AB

Black with #BF19AB

Text Example


Text Example

White with #BF19AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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