Html Css Color HEX #BF157F Medium Violet Red

📋 copy color: '#BF157F'

red 191 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #BF157F

Tints of Medium Violet Red #BF157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 56.34%
G = 6.19%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF157F (or 0xBF157F) is known color: Medium Violet Red. HEX triplet: BF, 15 and 7F. RGB value is (191,21,127). Sum of RGB (Red+Green+Blue) = 191+21+127=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF157F is #40EA80. Grayscale: #535353. Windows color (decimal): -4254337 or 8328639. OLE color: 8328639.

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

Color convert

RGB 191 21 127 -
CMYK 0 0.89 0.34 0.25
HSL 322.59º 0.8% 0.42% -
HSV(B) 322.59º 0.89% 0.75% -
XYZ 25.58 13.15 21.27 -
YUV 83.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 191 21 127 0 0.89 0.34 0.25 322.59 0.8 0.42
Hex BF 15 7F 0 59 22 19 143 50 2A
Octal 277 25 177 0 131 42 31 503 120 52
Binary 10111111 10101 1111111 0 1011001 100010 11001 101000011 1010000 101010

Color Harmonies of #BF157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF157F

Black with #BF157F

Text Example


Text Example

White with #BF157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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