Html Css Color HEX #BF0E83 Medium Violet Red

📋 copy color: '#BF0E83'

red 191 ◦ green 14 ◦ blue 131

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

Shades of Medium Violet Red #BF0E83

Tints of Medium Violet Red #BF0E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 56.85%
G = 4.17%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF0E83 (or 0xBF0E83) is known color: Medium Violet Red. HEX triplet: BF, 0E and 83. RGB value is (191,14,131). Sum of RGB (Red+Green+Blue) = 191+14+131=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E83 is #40F17C. Grayscale: #4F4F4F. Windows color (decimal): -4256125 or 8588991. OLE color: 8588991.

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

Color convert

RGB 191 14 131 -
CMYK 0 0.93 0.31 0.25
HSL 320.34º 0.86% 0.4% -
HSV(B) 320.34º 0.93% 0.75% -
XYZ 25.74 13.03 22.63 -
YUV 80.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 191 14 131 0 0.93 0.31 0.25 320.34 0.86 0.4
Hex BF E 83 0 5D 1F 19 140 56 28
Octal 277 16 203 0 135 37 31 500 126 50
Binary 10111111 1110 10000011 0 1011101 11111 11001 101000000 1010110 101000

Color Harmonies of #BF0E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E83

Black with #BF0E83

Text Example


Text Example

White with #BF0E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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