Html Css Color HEX #BF3186 Medium Red Violet

📋 copy color: '#BF3186'

red 191 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #BF3186

Tints of Medium Red Violet #BF3186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.1%

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

R = 51.07%
G = 13.1%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF3186 (or 0xBF3186) is known color: Medium Red Violet. HEX triplet: BF, 31 and 86. RGB value is (191,49,134). Sum of RGB (Red+Green+Blue) = 191+49+134=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3186 is #40CE79. Grayscale: #646464. Windows color (decimal): -4247162 or 8794559. OLE color: 8794559.

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

Color convert

RGB 191 49 134 -
CMYK 0 0.74 0.30 0.25
HSL 324.08º 0.59% 0.47% -
HSV(B) 324.08º 0.74% 0.75% -
XYZ 26.89 14.99 24.03 -
YUV 101.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 191 49 134 0 0.74 0.30 0.25 324.08 0.59 0.47
Hex BF 31 86 0 4A 1E 19 144 3B 2F
Octal 277 61 206 0 112 36 31 504 73 57
Binary 10111111 110001 10000110 0 1001010 11110 11001 101000100 111011 101111

Color Harmonies of #BF3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3186

Black with #BF3186

Text Example


Text Example

White with #BF3186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3186; }

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

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

background-color css

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

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

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

border-color css

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

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

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