Html Css Color HEX #BF3886 Medium Red Violet

📋 copy color: '#BF3886'

red 191 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #BF3886

Tints of Medium Red Violet #BF3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 50.13%
G = 14.7%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF3886 (or 0xBF3886) is known color: Medium Red Violet. HEX triplet: BF, 38 and 86. RGB value is (191,56,134). Sum of RGB (Red+Green+Blue) = 191+56+134=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3886 is #40C779. Grayscale: #696969. Windows color (decimal): -4245370 or 8796351. OLE color: 8796351.

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

Color convert

RGB 191 56 134 -
CMYK 0 0.71 0.30 0.25
HSL 325.33º 0.55% 0.48% -
HSV(B) 325.33º 0.71% 0.75% -
XYZ 27.2 15.63 24.14 -
YUV 105.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 191 56 134 0 0.71 0.30 0.25 325.33 0.55 0.48
Hex BF 38 86 0 47 1E 19 145 37 30
Octal 277 70 206 0 107 36 31 505 67 60
Binary 10111111 111000 10000110 0 1000111 11110 11001 101000101 110111 110000

Color Harmonies of #BF3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3886

Black with #BF3886

Text Example


Text Example

White with #BF3886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3886; }

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

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

background-color css

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

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

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

border-color css

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

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

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