Html Css Color HEX #BF149E Medium Violet Red

📋 copy color: '#BF149E'

red 191 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #BF149E

Tints of Medium Violet Red #BF149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 51.76%
G = 5.42%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF149E (or 0xBF149E) is known color: Medium Violet Red. HEX triplet: BF, 14 and 9E. RGB value is (191,20,158). Sum of RGB (Red+Green+Blue) = 191+20+158=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF149E is #40EB61. Grayscale: #565656. Windows color (decimal): -4254562 or 10359999. OLE color: 10359999.

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

Color convert

RGB 191 20 158 -
CMYK 0 0.90 0.17 0.25
HSL 311.58º 0.81% 0.41% -
HSV(B) 311.58º 0.9% 0.75% -
XYZ 27.91 14.05 33.59 -
YUV 86.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 191 20 158 0 0.90 0.17 0.25 311.58 0.81 0.41
Hex BF 14 9E 0 5A 11 19 138 51 29
Octal 277 24 236 0 132 21 31 470 121 51
Binary 10111111 10100 10011110 0 1011010 10001 11001 100111000 1010001 101001

Color Harmonies of #BF149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF149E

Black with #BF149E

Text Example


Text Example

White with #BF149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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