Html Css Color HEX #BF149D Medium Violet Red

📋 copy color: '#BF149D'

red 191 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #BF149D

Tints of Medium Violet Red #BF149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 51.9%
G = 5.43%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF149D (or 0xBF149D) is known color: Medium Violet Red. HEX triplet: BF, 14 and 9D. RGB value is (191,20,157). Sum of RGB (Red+Green+Blue) = 191+20+157=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF149D is #40EB62. Grayscale: #565656. Windows color (decimal): -4254563 or 10294463. OLE color: 10294463.

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

Color convert

RGB 191 20 157 -
CMYK 0 0.90 0.18 0.25
HSL 311.93º 0.81% 0.41% -
HSV(B) 311.93º 0.9% 0.75% -
XYZ 27.82 14.01 33.14 -
YUV 86.75 167.65 202.36 -
System Red Green Blue C M Y K H S L
Decimal 191 20 157 0 0.90 0.18 0.25 311.93 0.81 0.41
Hex BF 14 9D 0 5A 12 19 138 51 29
Octal 277 24 235 0 132 22 31 470 121 51
Binary 10111111 10100 10011101 0 1011010 10010 11001 100111000 1010001 101001

Color Harmonies of #BF149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF149D

Black with #BF149D

Text Example


Text Example

White with #BF149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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