Html Css Color HEX #BF0E8C Medium Violet Red

📋 copy color: '#BF0E8C'

red 191 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #BF0E8C

Tints of Medium Violet Red #BF0E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 55.36%
G = 4.06%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF0E8C (or 0xBF0E8C) is known color: Medium Violet Red. HEX triplet: BF, 0E and 8C. RGB value is (191,14,140). Sum of RGB (Red+Green+Blue) = 191+14+140=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E8C is #40F173. Grayscale: #505050. Windows color (decimal): -4256116 or 9178815. OLE color: 9178815.

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

Color convert

RGB 191 14 140 -
CMYK 0 0.93 0.27 0.25
HSL 317.29º 0.86% 0.4% -
HSV(B) 317.29º 0.93% 0.75% -
XYZ 26.38 13.28 25.98 -
YUV 81.29 161.14 206.25 -
System Red Green Blue C M Y K H S L
Decimal 191 14 140 0 0.93 0.27 0.25 317.29 0.86 0.4
Hex BF E 8C 0 5D 1B 19 13D 56 28
Octal 277 16 214 0 135 33 31 475 126 50
Binary 10111111 1110 10001100 0 1011101 11011 11001 100111101 1010110 101000

Color Harmonies of #BF0E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E8C

Black with #BF0E8C

Text Example


Text Example

White with #BF0E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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