Html Css Color HEX #BF3371 Medium Red Violet

📋 copy color: '#BF3371'

red 191 ◦ green 51 ◦ blue 113

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

Shades of Medium Red Violet #BF3371

Tints of Medium Red Violet #BF3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 53.8%
G = 14.37%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF3371 (or 0xBF3371) is known color: Medium Red Violet. HEX triplet: BF, 33 and 71. RGB value is (191,51,113). Sum of RGB (Red+Green+Blue) = 191+51+113=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3371 is #40CC8E. Grayscale: #636363. Windows color (decimal): -4246671 or 7418815. OLE color: 7418815.

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

Color convert

RGB 191 51 113 -
CMYK 0 0.73 0.41 0.25
HSL 333.43º 0.58% 0.47% -
HSV(B) 333.43º 0.73% 0.75% -
XYZ 25.65 14.64 17.1 -
YUV 99.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 191 51 113 0 0.73 0.41 0.25 333.43 0.58 0.47
Hex BF 33 71 0 49 29 19 14D 3A 2F
Octal 277 63 161 0 111 51 31 515 72 57
Binary 10111111 110011 1110001 0 1001001 101001 11001 101001101 111010 101111

Color Harmonies of #BF3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3371

Black with #BF3371

Text Example


Text Example

White with #BF3371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3371; }

 p { color: rgb(191,51,113); }

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

background-color css

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

 a { background-color: rgb(191,51,113); }

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

border-color css

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

 span { border-color: rgb(191,51,113); }

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