Html Css Color HEX #BF0E90 Medium Violet Red

📋 copy color: '#BF0E90'

red 191 ◦ green 14 ◦ blue 144

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

Shades of Medium Violet Red #BF0E90

Tints of Medium Violet Red #BF0E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.01%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 54.73%
G = 4.01%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF0E90 (or 0xBF0E90) is known color: Medium Violet Red. HEX triplet: BF, 0E and 90. RGB value is (191,14,144). Sum of RGB (Red+Green+Blue) = 191+14+144=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E90 is #40F16F. Grayscale: #515151. Windows color (decimal): -4256112 or 9440959. OLE color: 9440959.

HSL color Cylindrical-coordinate representation of color #BF0E90: hue angle of 315.93º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E90 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 144 -
CMYK 0 0.93 0.25 0.25
HSL 315.93º 0.86% 0.4% -
HSV(B) 315.93º 0.93% 0.75% -
XYZ 26.68 13.4 27.57 -
YUV 81.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 191 14 144 0 0.93 0.25 0.25 315.93 0.86 0.4
Hex BF E 90 0 5D 19 19 13C 56 28
Octal 277 16 220 0 135 31 31 474 126 50
Binary 10111111 1110 10010000 0 1011101 11001 11001 100111100 1010110 101000

Color Harmonies of #BF0E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E90

Black with #BF0E90

Text Example


Text Example

White with #BF0E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E90; }

 p { color: rgb(191,14,144); }

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

background-color css

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

 a { background-color: rgb(191,14,144); }

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

border-color css

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

 span { border-color: rgb(191,14,144); }

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