Html Css Color HEX #BF317B Medium Red Violet

📋 copy color: '#BF317B'

red 191 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #BF317B

Tints of Medium Red Violet #BF317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 52.62%
G = 13.5%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF317B (or 0xBF317B) is known color: Medium Red Violet. HEX triplet: BF, 31 and 7B. RGB value is (191,49,123). Sum of RGB (Red+Green+Blue) = 191+49+123=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF317B is #40CE84. Grayscale: #636363. Windows color (decimal): -4247173 or 8073663. OLE color: 8073663.

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

Color convert

RGB 191 49 123 -
CMYK 0 0.74 0.36 0.25
HSL 328.73º 0.59% 0.47% -
HSV(B) 328.73º 0.74% 0.75% -
XYZ 26.16 14.7 20.2 -
YUV 99.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 191 49 123 0 0.74 0.36 0.25 328.73 0.59 0.47
Hex BF 31 7B 0 4A 24 19 149 3B 2F
Octal 277 61 173 0 112 44 31 511 73 57
Binary 10111111 110001 1111011 0 1001010 100100 11001 101001001 111011 101111

Color Harmonies of #BF317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF317B

Black with #BF317B

Text Example


Text Example

White with #BF317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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