Html Css Color HEX #BF3994 Medium Red Violet

📋 copy color: '#BF3994'

red 191 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #BF3994

Tints of Medium Red Violet #BF3994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.39%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 48.23%
G = 14.39%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF3994 (or 0xBF3994) is known color: Medium Red Violet. HEX triplet: BF, 39 and 94. RGB value is (191,57,148). Sum of RGB (Red+Green+Blue) = 191+57+148=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3994 is #40C66B. Grayscale: #6B6B6B. Windows color (decimal): -4245100 or 9714111. OLE color: 9714111.

HSL color Cylindrical-coordinate representation of color #BF3994: hue angle of 319.25º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3994 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 148 -
CMYK 0 0.70 0.23 0.25
HSL 319.25º 0.54% 0.49% -
HSV(B) 319.25º 0.7% 0.75% -
XYZ 28.29 16.14 29.64 -
YUV 107.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 191 57 148 0 0.70 0.23 0.25 319.25 0.54 0.49
Hex BF 39 94 0 46 17 19 13F 36 31
Octal 277 71 224 0 106 27 31 477 66 61
Binary 10111111 111001 10010100 0 1000110 10111 11001 100111111 110110 110001

Color Harmonies of #BF3994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3994

Black with #BF3994

Text Example


Text Example

White with #BF3994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3994; }

 p { color: rgb(191,57,148); }

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

background-color css

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

 a { background-color: rgb(191,57,148); }

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

border-color css

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

 span { border-color: rgb(191,57,148); }

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