Html Css Color HEX #BF189D Medium Violet Red

📋 copy color: '#BF189D'

red 191 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #BF189D

Tints of Medium Violet Red #BF189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 51.34%
G = 6.45%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF189D (or 0xBF189D) is known color: Medium Violet Red. HEX triplet: BF, 18 and 9D. RGB value is (191,24,157). Sum of RGB (Red+Green+Blue) = 191+24+157=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF189D is #40E762. Grayscale: #585858. Windows color (decimal): -4253539 or 10295487. OLE color: 10295487.

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

Color convert

RGB 191 24 157 -
CMYK 0 0.87 0.18 0.25
HSL 312.22º 0.78% 0.42% -
HSV(B) 312.22º 0.87% 0.75% -
XYZ 27.9 14.16 33.16 -
YUV 89.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 191 24 157 0 0.87 0.18 0.25 312.22 0.78 0.42
Hex BF 18 9D 0 57 12 19 138 4E 2A
Octal 277 30 235 0 127 22 31 470 116 52
Binary 10111111 11000 10011101 0 1010111 10010 11001 100111000 1001110 101010

Color Harmonies of #BF189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF189D

Black with #BF189D

Text Example


Text Example

White with #BF189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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