Html Css Color HEX #BF149A Medium Violet Red

📋 copy color: '#BF149A'

red 191 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #BF149A

Tints of Medium Violet Red #BF149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 52.33%
G = 5.48%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF149A (or 0xBF149A) is known color: Medium Violet Red. HEX triplet: BF, 14 and 9A. RGB value is (191,20,154). Sum of RGB (Red+Green+Blue) = 191+20+154=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF149A is #40EB65. Grayscale: #565656. Windows color (decimal): -4254566 or 10097855. OLE color: 10097855.

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

Color convert

RGB 191 20 154 -
CMYK 0 0.90 0.19 0.25
HSL 312.98º 0.81% 0.41% -
HSV(B) 312.98º 0.9% 0.75% -
XYZ 27.57 13.91 31.8 -
YUV 86.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 191 20 154 0 0.90 0.19 0.25 312.98 0.81 0.41
Hex BF 14 9A 0 5A 13 19 139 51 29
Octal 277 24 232 0 132 23 31 471 121 51
Binary 10111111 10100 10011010 0 1011010 10011 11001 100111001 1010001 101001

Color Harmonies of #BF149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF149A

Black with #BF149A

Text Example


Text Example

White with #BF149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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