Html Css Color HEX #BF3575 Medium Red Violet

📋 copy color: '#BF3575'

red 191 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #BF3575

Tints of Medium Red Violet #BF3575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 52.91%
G = 14.68%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3575 (or 0xBF3575) is known color: Medium Red Violet. HEX triplet: BF, 35 and 75. RGB value is (191,53,117). Sum of RGB (Red+Green+Blue) = 191+53+117=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3575 is #40CA8A. Grayscale: #656565. Windows color (decimal): -4246155 or 7681471. OLE color: 7681471.

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

Color convert

RGB 191 53 117 -
CMYK 0 0.72 0.39 0.25
HSL 332.17º 0.57% 0.48% -
HSV(B) 332.17º 0.72% 0.75% -
XYZ 25.97 14.91 18.34 -
YUV 101.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 191 53 117 0 0.72 0.39 0.25 332.17 0.57 0.48
Hex BF 35 75 0 48 27 19 14C 39 30
Octal 277 65 165 0 110 47 31 514 71 60
Binary 10111111 110101 1110101 0 1001000 100111 11001 101001100 111001 110000

Color Harmonies of #BF3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3575

Black with #BF3575

Text Example


Text Example

White with #BF3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3575; }

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

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

background-color css

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

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

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

border-color css

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

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

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