Html Css Color HEX #BF189F Medium Violet Red

📋 copy color: '#BF189F'

red 191 ◦ green 24 ◦ blue 159

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

Shades of Medium Violet Red #BF189F

Tints of Medium Violet Red #BF189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 51.07%
G = 6.42%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF189F (or 0xBF189F) is known color: Medium Violet Red. HEX triplet: BF, 18 and 9F. RGB value is (191,24,159). Sum of RGB (Red+Green+Blue) = 191+24+159=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF189F is #40E760. Grayscale: #585858. Windows color (decimal): -4253537 or 10426559. OLE color: 10426559.

HSL color Cylindrical-coordinate representation of color #BF189F: hue angle of 311.5º degrees, saturation: 0.78, 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 #BF189F is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 159 -
CMYK 0 0.87 0.17 0.25
HSL 311.5º 0.78% 0.42% -
HSV(B) 311.5º 0.87% 0.75% -
XYZ 28.07 14.23 34.07 -
YUV 89.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 191 24 159 0 0.87 0.17 0.25 311.5 0.78 0.42
Hex BF 18 9F 0 57 11 19 137 4E 2A
Octal 277 30 237 0 127 21 31 467 116 52
Binary 10111111 11000 10011111 0 1010111 10001 11001 100110111 1001110 101010

Color Harmonies of #BF189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF189F

Black with #BF189F

Text Example


Text Example

White with #BF189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF189F; }

 p { color: rgb(191,24,159); }

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

background-color css

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

 a { background-color: rgb(191,24,159); }

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

border-color css

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

 span { border-color: rgb(191,24,159); }

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