Html Css Color HEX #BF1489 Medium Violet Red

📋 copy color: '#BF1489'

red 191 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #BF1489

Tints of Medium Violet Red #BF1489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.37%

R = 54.89%
G = 5.75%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF1489 (or 0xBF1489) is known color: Medium Violet Red. HEX triplet: BF, 14 and 89. RGB value is (191,20,137). Sum of RGB (Red+Green+Blue) = 191+20+137=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1489 is #40EB76. Grayscale: #545454. Windows color (decimal): -4254583 or 8983743. OLE color: 8983743.

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

Color convert

RGB 191 20 137 -
CMYK 0 0.90 0.28 0.25
HSL 318.95º 0.81% 0.41% -
HSV(B) 318.95º 0.9% 0.75% -
XYZ 26.25 13.38 24.87 -
YUV 84.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 191 20 137 0 0.90 0.28 0.25 318.95 0.81 0.41
Hex BF 14 89 0 5A 1C 19 13F 51 29
Octal 277 24 211 0 132 34 31 477 121 51
Binary 10111111 10100 10001001 0 1011010 11100 11001 100111111 1010001 101001

Color Harmonies of #BF1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1489

Black with #BF1489

Text Example


Text Example

White with #BF1489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1489; }

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

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

background-color css

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

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

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

border-color css

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

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

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