Html Css Color HEX #BF3471 Medium Red Violet

📋 copy color: '#BF3471'

red 191 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #BF3471

Tints of Medium Red Violet #BF3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 53.65%
G = 14.61%
B = 31.74%

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

#BF3471 (or 0xBF3471) is known color: Medium Red Violet. HEX triplet: BF, 34 and 71. RGB value is (191,52,113). Sum of RGB (Red+Green+Blue) = 191+52+113=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3471 is #40CB8E. Grayscale: #646464. Windows color (decimal): -4246415 or 7419071. OLE color: 7419071.

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

Color convert

RGB 191 52 113 -
CMYK 0 0.73 0.41 0.25
HSL 333.67º 0.57% 0.48% -
HSV(B) 333.67º 0.73% 0.75% -
XYZ 25.69 14.72 17.11 -
YUV 100.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 191 52 113 0 0.73 0.41 0.25 333.67 0.57 0.48
Hex BF 34 71 0 49 29 19 14E 39 30
Octal 277 64 161 0 111 51 31 516 71 60
Binary 10111111 110100 1110001 0 1001001 101001 11001 101001110 111001 110000

Color Harmonies of #BF3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3471

Black with #BF3471

Text Example


Text Example

White with #BF3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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