Html Css Color HEX #BF3896 Medium Red Violet

📋 copy color: '#BF3896'

red 191 ◦ green 56 ◦ blue 150

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

Shades of Medium Red Violet #BF3896

Tints of Medium Red Violet #BF3896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 48.11%
G = 14.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF3896 (or 0xBF3896) is known color: Medium Red Violet. HEX triplet: BF, 38 and 96. RGB value is (191,56,150). Sum of RGB (Red+Green+Blue) = 191+56+150=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3896 is #40C769. Grayscale: #6A6A6A. Windows color (decimal): -4245354 or 9844927. OLE color: 9844927.

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

Color convert

RGB 191 56 150 -
CMYK 0 0.71 0.21 0.25
HSL 318.22º 0.55% 0.48% -
HSV(B) 318.22º 0.71% 0.75% -
XYZ 28.41 16.11 30.47 -
YUV 107.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 191 56 150 0 0.71 0.21 0.25 318.22 0.55 0.48
Hex BF 38 96 0 47 15 19 13E 37 30
Octal 277 70 226 0 107 25 31 476 67 60
Binary 10111111 111000 10010110 0 1000111 10101 11001 100111110 110111 110000

Color Harmonies of #BF3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3896

Black with #BF3896

Text Example


Text Example

White with #BF3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3896; }

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

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

background-color css

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

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

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

border-color css

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

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

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