Html Css Color HEX #BF377F Medium Red Violet

📋 copy color: '#BF377F'

red 191 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #BF377F

Tints of Medium Red Violet #BF377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.75%

 BLUE value IS 127 (50% from 255) = 34.05%

R = 51.21%
G = 14.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF377F (or 0xBF377F) is known color: Medium Red Violet. HEX triplet: BF, 37 and 7F. RGB value is (191,55,127). Sum of RGB (Red+Green+Blue) = 191+55+127=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF377F is #40C880. Grayscale: #676767. Windows color (decimal): -4245633 or 8337343. OLE color: 8337343.

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

Color convert

RGB 191 55 127 -
CMYK 0 0.71 0.34 0.25
HSL 328.24º 0.55% 0.48% -
HSV(B) 328.24º 0.71% 0.75% -
XYZ 26.68 15.34 21.63 -
YUV 103.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 191 55 127 0 0.71 0.34 0.25 328.24 0.55 0.48
Hex BF 37 7F 0 47 22 19 148 37 30
Octal 277 67 177 0 107 42 31 510 67 60
Binary 10111111 110111 1111111 0 1000111 100010 11001 101001000 110111 110000

Color Harmonies of #BF377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF377F

Black with #BF377F

Text Example


Text Example

White with #BF377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF377F; }

 p { color: rgb(191,55,127); }

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

background-color css

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

 a { background-color: rgb(191,55,127); }

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

border-color css

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

 span { border-color: rgb(191,55,127); }

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