Html Css Color HEX #BF3175 Medium Red Violet

📋 copy color: '#BF3175'

red 191 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #BF3175

Tints of Medium Red Violet #BF3175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

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

R = 53.5%
G = 13.73%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3175 (or 0xBF3175) is known color: Medium Red Violet. HEX triplet: BF, 31 and 75. RGB value is (191,49,117). Sum of RGB (Red+Green+Blue) = 191+49+117=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3175 is #40CE8A. Grayscale: #636363. Windows color (decimal): -4247179 or 7680447. OLE color: 7680447.

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

Color convert

RGB 191 49 117 -
CMYK 0 0.74 0.39 0.25
HSL 331.27º 0.59% 0.47% -
HSV(B) 331.27º 0.74% 0.75% -
XYZ 25.8 14.56 18.28 -
YUV 99.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 191 49 117 0 0.74 0.39 0.25 331.27 0.59 0.47
Hex BF 31 75 0 4A 27 19 14B 3B 2F
Octal 277 61 165 0 112 47 31 513 73 57
Binary 10111111 110001 1110101 0 1001010 100111 11001 101001011 111011 101111

Color Harmonies of #BF3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3175

Black with #BF3175

Text Example


Text Example

White with #BF3175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3175; }

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

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

background-color css

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

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

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

border-color css

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

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

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