Html Css Color HEX #BF118F Medium Violet Red

📋 copy color: '#BF118F'

red 191 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #BF118F

Tints of Medium Violet Red #BF118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 54.42%
G = 4.84%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF118F (or 0xBF118F) is known color: Medium Violet Red. HEX triplet: BF, 11 and 8F. RGB value is (191,17,143). Sum of RGB (Red+Green+Blue) = 191+17+143=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF118F is #40EE70. Grayscale: #535353. Windows color (decimal): -4255345 or 9376191. OLE color: 9376191.

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

Color convert

RGB 191 17 143 -
CMYK 0 0.91 0.25 0.25
HSL 316.55º 0.84% 0.41% -
HSV(B) 316.55º 0.91% 0.75% -
XYZ 26.64 13.46 27.18 -
YUV 83.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 191 17 143 0 0.91 0.25 0.25 316.55 0.84 0.41
Hex BF 11 8F 0 5B 19 19 13D 54 29
Octal 277 21 217 0 133 31 31 475 124 51
Binary 10111111 10001 10001111 0 1011011 11001 11001 100111101 1010100 101001

Color Harmonies of #BF118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF118F

Black with #BF118F

Text Example


Text Example

White with #BF118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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