Html Css Color HEX #BF118C Medium Violet Red

📋 copy color: '#BF118C'

red 191 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #BF118C

Tints of Medium Violet Red #BF118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 54.89%
G = 4.89%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF118C (or 0xBF118C) is known color: Medium Violet Red. HEX triplet: BF, 11 and 8C. RGB value is (191,17,140). Sum of RGB (Red+Green+Blue) = 191+17+140=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF118C is #40EE73. Grayscale: #525252. Windows color (decimal): -4255348 or 9179583. OLE color: 9179583.

HSL color Cylindrical-coordinate representation of color #BF118C: hue angle of 317.59º degrees, saturation: 0.84, 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 #BF118C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 140 -
CMYK 0 0.91 0.27 0.25
HSL 317.59º 0.84% 0.41% -
HSV(B) 317.59º 0.91% 0.75% -
XYZ 26.42 13.37 26 -
YUV 83.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 191 17 140 0 0.91 0.27 0.25 317.59 0.84 0.41
Hex BF 11 8C 0 5B 1B 19 13E 54 29
Octal 277 21 214 0 133 33 31 476 124 51
Binary 10111111 10001 10001100 0 1011011 11011 11001 100111110 1010100 101001

Color Harmonies of #BF118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF118C

Black with #BF118C

Text Example


Text Example

White with #BF118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF118C; }

 p { color: rgb(191,17,140); }

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

background-color css

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

 a { background-color: rgb(191,17,140); }

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

border-color css

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

 span { border-color: rgb(191,17,140); }

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