Html Css Color HEX #BF0386 Medium Violet Red

📋 copy color: '#BF0386'

red 191 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #BF0386

Tints of Medium Violet Red #BF0386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 134 (52.73% from 255) = 40.85%

R = 58.23%
G = 0.91%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF0386 (or 0xBF0386) is known color: Medium Violet Red. HEX triplet: BF, 03 and 86. RGB value is (191,3,134). Sum of RGB (Red+Green+Blue) = 191+3+134=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0386 is #40FC79. Grayscale: #494949. Windows color (decimal): -4258938 or 8782783. OLE color: 8782783.

HSL color Cylindrical-coordinate representation of color #BF0386: hue angle of 318.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0386 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 134 -
CMYK 0 0.98 0.30 0.25
HSL 318.19º 0.97% 0.38% -
HSV(B) 318.19º 0.98% 0.75% -
XYZ 25.82 12.86 23.68 -
YUV 74.15 161.78 211.35 -
System Red Green Blue C M Y K H S L
Decimal 191 3 134 0 0.98 0.30 0.25 318.19 0.97 0.38
Hex BF 3 86 0 62 1E 19 13E 61 26
Octal 277 3 206 0 142 36 31 476 141 46
Binary 10111111 11 10000110 0 1100010 11110 11001 100111110 1100001 100110

Color Harmonies of #BF0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0386

Black with #BF0386

Text Example


Text Example

White with #BF0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0386; }

 p { color: rgb(191,3,134); }

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

background-color css

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

 a { background-color: rgb(191,3,134); }

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

border-color css

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

 span { border-color: rgb(191,3,134); }

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