Html Css Color HEX #BF3573 Medium Red Violet

📋 copy color: '#BF3573'

red 191 ◦ green 53 ◦ blue 115

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

Shades of Medium Red Violet #BF3573

Tints of Medium Red Violet #BF3573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 53.2%
G = 14.76%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF3573 (or 0xBF3573) is known color: Medium Red Violet. HEX triplet: BF, 35 and 73. RGB value is (191,53,115). Sum of RGB (Red+Green+Blue) = 191+53+115=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3573 is #40CA8C. Grayscale: #656565. Windows color (decimal): -4246157 or 7550399. OLE color: 7550399.

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

Color convert

RGB 191 53 115 -
CMYK 0 0.72 0.40 0.25
HSL 333.04º 0.57% 0.48% -
HSV(B) 333.04º 0.72% 0.75% -
XYZ 25.85 14.86 17.73 -
YUV 101.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 191 53 115 0 0.72 0.40 0.25 333.04 0.57 0.48
Hex BF 35 73 0 48 28 19 14D 39 30
Octal 277 65 163 0 110 50 31 515 71 60
Binary 10111111 110101 1110011 0 1001000 101000 11001 101001101 111001 110000

Color Harmonies of #BF3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3573

Black with #BF3573

Text Example


Text Example

White with #BF3573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3573; }

 p { color: rgb(191,53,115); }

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

background-color css

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

 a { background-color: rgb(191,53,115); }

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

border-color css

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

 span { border-color: rgb(191,53,115); }

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