Html Css Color HEX #BF148E Medium Violet Red

📋 copy color: '#BF148E'

red 191 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #BF148E

Tints of Medium Violet Red #BF148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 54.11%
G = 5.67%
B = 40.23%

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

#BF148E (or 0xBF148E) is known color: Medium Violet Red. HEX triplet: BF, 14 and 8E. RGB value is (191,20,142). Sum of RGB (Red+Green+Blue) = 191+20+142=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF148E is #40EB71. Grayscale: #545454. Windows color (decimal): -4254578 or 9311423. OLE color: 9311423.

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

Color convert

RGB 191 20 142 -
CMYK 0 0.90 0.26 0.25
HSL 317.19º 0.81% 0.41% -
HSV(B) 317.19º 0.9% 0.75% -
XYZ 26.62 13.53 26.8 -
YUV 85.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 191 20 142 0 0.90 0.26 0.25 317.19 0.81 0.41
Hex BF 14 8E 0 5A 1A 19 13D 51 29
Octal 277 24 216 0 132 32 31 475 121 51
Binary 10111111 10100 10001110 0 1011010 11010 11001 100111101 1010001 101001

Color Harmonies of #BF148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF148E

Black with #BF148E

Text Example


Text Example

White with #BF148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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