Html Css Color HEX #BF0E8F Medium Violet Red

📋 copy color: '#BF0E8F'

red 191 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #BF0E8F

Tints of Medium Violet Red #BF0E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 54.89%
G = 4.02%
B = 41.09%

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

#BF0E8F (or 0xBF0E8F) is known color: Medium Violet Red. HEX triplet: BF, 0E and 8F. RGB value is (191,14,143). Sum of RGB (Red+Green+Blue) = 191+14+143=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E8F is #40F170. Grayscale: #515151. Windows color (decimal): -4256113 or 9375423. OLE color: 9375423.

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

Color convert

RGB 191 14 143 -
CMYK 0 0.93 0.25 0.25
HSL 316.27º 0.86% 0.4% -
HSV(B) 316.27º 0.93% 0.75% -
XYZ 26.6 13.37 27.17 -
YUV 81.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 191 14 143 0 0.93 0.25 0.25 316.27 0.86 0.4
Hex BF E 8F 0 5D 19 19 13C 56 28
Octal 277 16 217 0 135 31 31 474 126 50
Binary 10111111 1110 10001111 0 1011101 11001 11001 100111100 1010110 101000

Color Harmonies of #BF0E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E8F

Black with #BF0E8F

Text Example


Text Example

White with #BF0E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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