Html Css Color HEX #BF317D Medium Red Violet

📋 copy color: '#BF317D'

red 191 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #BF317D

Tints of Medium Red Violet #BF317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 52.33%
G = 13.42%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF317D (or 0xBF317D) is known color: Medium Red Violet. HEX triplet: BF, 31 and 7D. RGB value is (191,49,125). Sum of RGB (Red+Green+Blue) = 191+49+125=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF317D is #40CE82. Grayscale: #636363. Windows color (decimal): -4247171 or 8204735. OLE color: 8204735.

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

Color convert

RGB 191 49 125 -
CMYK 0 0.74 0.35 0.25
HSL 327.89º 0.59% 0.47% -
HSV(B) 327.89º 0.74% 0.75% -
XYZ 26.29 14.75 20.86 -
YUV 100.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 191 49 125 0 0.74 0.35 0.25 327.89 0.59 0.47
Hex BF 31 7D 0 4A 23 19 148 3B 2F
Octal 277 61 175 0 112 43 31 510 73 57
Binary 10111111 110001 1111101 0 1001010 100011 11001 101001000 111011 101111

Color Harmonies of #BF317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF317D

Black with #BF317D

Text Example


Text Example

White with #BF317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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