Html Css Color HEX #BF148D Medium Violet Red

📋 copy color: '#BF148D'

red 191 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #BF148D

Tints of Medium Violet Red #BF148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.68%

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

R = 54.26%
G = 5.68%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF148D (or 0xBF148D) is known color: Medium Violet Red. HEX triplet: BF, 14 and 8D. RGB value is (191,20,141). Sum of RGB (Red+Green+Blue) = 191+20+141=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF148D is #40EB72. Grayscale: #545454. Windows color (decimal): -4254579 or 9245887. OLE color: 9245887.

HSL color Cylindrical-coordinate representation of color #BF148D: hue angle of 317.54º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF148D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 141 -
CMYK 0 0.90 0.26 0.25
HSL 317.54º 0.81% 0.41% -
HSV(B) 317.54º 0.9% 0.75% -
XYZ 26.54 13.5 26.41 -
YUV 84.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 191 20 141 0 0.90 0.26 0.25 317.54 0.81 0.41
Hex BF 14 8D 0 5A 1A 19 13E 51 29
Octal 277 24 215 0 132 32 31 476 121 51
Binary 10111111 10100 10001101 0 1011010 11010 11001 100111110 1010001 101001

Color Harmonies of #BF148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF148D

Black with #BF148D

Text Example


Text Example

White with #BF148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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