Html Css Color HEX #BF158D Medium Violet Red

📋 copy color: '#BF158D'

red 191 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #BF158D

Tints of Medium Violet Red #BF158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 54.11%
G = 5.95%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF158D (or 0xBF158D) is known color: Medium Violet Red. HEX triplet: BF, 15 and 8D. RGB value is (191,21,141). Sum of RGB (Red+Green+Blue) = 191+21+141=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF158D is #40EA72. Grayscale: #555555. Windows color (decimal): -4254323 or 9246143. OLE color: 9246143.

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

Color convert

RGB 191 21 141 -
CMYK 0 0.89 0.26 0.25
HSL 317.65º 0.8% 0.42% -
HSV(B) 317.65º 0.89% 0.75% -
XYZ 26.56 13.54 26.41 -
YUV 85.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 191 21 141 0 0.89 0.26 0.25 317.65 0.8 0.42
Hex BF 15 8D 0 59 1A 19 13E 50 2A
Octal 277 25 215 0 131 32 31 476 120 52
Binary 10111111 10101 10001101 0 1011001 11010 11001 100111110 1010000 101010

Color Harmonies of #BF158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF158D

Black with #BF158D

Text Example


Text Example

White with #BF158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF158D; }

 p { color: rgb(191,21,141); }

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

background-color css

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

 a { background-color: rgb(191,21,141); }

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

border-color css

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

 span { border-color: rgb(191,21,141); }

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