Html Css Color HEX #BF3497 Medium Red Violet

📋 copy color: '#BF3497'

red 191 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #BF3497

Tints of Medium Red Violet #BF3497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 48.48%
G = 13.2%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF3497 (or 0xBF3497) is known color: Medium Red Violet. HEX triplet: BF, 34 and 97. RGB value is (191,52,151). Sum of RGB (Red+Green+Blue) = 191+52+151=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3497 is #40CB68. Grayscale: #686868. Windows color (decimal): -4246377 or 9909439. OLE color: 9909439.

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

Color convert

RGB 191 52 151 -
CMYK 0 0.73 0.21 0.25
HSL 317.27º 0.57% 0.48% -
HSV(B) 317.27º 0.73% 0.75% -
XYZ 28.3 15.77 30.83 -
YUV 104.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 191 52 151 0 0.73 0.21 0.25 317.27 0.57 0.48
Hex BF 34 97 0 49 15 19 13D 39 30
Octal 277 64 227 0 111 25 31 475 71 60
Binary 10111111 110100 10010111 0 1001001 10101 11001 100111101 111001 110000

Color Harmonies of #BF3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3497

Black with #BF3497

Text Example


Text Example

White with #BF3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3497; }

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

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

background-color css

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

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

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

border-color css

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

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

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