Html Css Color HEX #BF0E8B Medium Violet Red

📋 copy color: '#BF0E8B'

red 191 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #BF0E8B

Tints of Medium Violet Red #BF0E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 55.52%
G = 4.07%
B = 40.41%

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

#BF0E8B (or 0xBF0E8B) is known color: Medium Violet Red. HEX triplet: BF, 0E and 8B. RGB value is (191,14,139). Sum of RGB (Red+Green+Blue) = 191+14+139=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E8B is #40F174. Grayscale: #505050. Windows color (decimal): -4256117 or 9113279. OLE color: 9113279.

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

Color convert

RGB 191 14 139 -
CMYK 0 0.93 0.27 0.25
HSL 317.63º 0.86% 0.4% -
HSV(B) 317.63º 0.93% 0.75% -
XYZ 26.3 13.25 25.6 -
YUV 81.17 160.64 206.34 -
System Red Green Blue C M Y K H S L
Decimal 191 14 139 0 0.93 0.27 0.25 317.63 0.86 0.4
Hex BF E 8B 0 5D 1B 19 13E 56 28
Octal 277 16 213 0 135 33 31 476 126 50
Binary 10111111 1110 10001011 0 1011101 11011 11001 100111110 1010110 101000

Color Harmonies of #BF0E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E8B

Black with #BF0E8B

Text Example


Text Example

White with #BF0E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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