Html Css Color HEX #BF148F Medium Violet Red

📋 copy color: '#BF148F'

red 191 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #BF148F

Tints of Medium Violet Red #BF148F

RGB

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

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

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

R = 53.95%
G = 5.65%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF148F (or 0xBF148F) is known color: Medium Violet Red. HEX triplet: BF, 14 and 8F. RGB value is (191,20,143). Sum of RGB (Red+Green+Blue) = 191+20+143=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF148F is #40EB70. Grayscale: #545454. Windows color (decimal): -4254577 or 9376959. OLE color: 9376959.

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

Color convert

RGB 191 20 143 -
CMYK 0 0.90 0.25 0.25
HSL 316.84º 0.81% 0.41% -
HSV(B) 316.84º 0.9% 0.75% -
XYZ 26.69 13.56 27.2 -
YUV 85.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 191 20 143 0 0.90 0.25 0.25 316.84 0.81 0.41
Hex BF 14 8F 0 5A 19 19 13D 51 29
Octal 277 24 217 0 132 31 31 475 121 51
Binary 10111111 10100 10001111 0 1011010 11001 11001 100111101 1010001 101001

Color Harmonies of #BF148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF148F

Black with #BF148F

Text Example


Text Example

White with #BF148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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