Html Css Color HEX #BF377B Medium Red Violet

📋 copy color: '#BF377B'

red 191 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #BF377B

Tints of Medium Red Violet #BF377B

RGB

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

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

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

R = 51.76%
G = 14.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF377B (or 0xBF377B) is known color: Medium Red Violet. HEX triplet: BF, 37 and 7B. RGB value is (191,55,123). Sum of RGB (Red+Green+Blue) = 191+55+123=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF377B is #40C884. Grayscale: #676767. Windows color (decimal): -4245637 or 8075199. OLE color: 8075199.

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

Color convert

RGB 191 55 123 -
CMYK 0 0.71 0.36 0.25
HSL 330º 0.55% 0.48% -
HSV(B) 330º 0.71% 0.75% -
XYZ 26.43 15.24 20.29 -
YUV 103.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 191 55 123 0 0.71 0.36 0.25 330 0.55 0.48
Hex BF 37 7B 0 47 24 19 14A 37 30
Octal 277 67 173 0 107 44 31 512 67 60
Binary 10111111 110111 1111011 0 1000111 100100 11001 101001010 110111 110000

Color Harmonies of #BF377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF377B

Black with #BF377B

Text Example


Text Example

White with #BF377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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