Html Css Color HEX #BF378D Medium Red Violet

📋 copy color: '#BF378D'

red 191 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #BF378D

Tints of Medium Red Violet #BF378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 49.35%
G = 14.21%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF378D (or 0xBF378D) is known color: Medium Red Violet. HEX triplet: BF, 37 and 8D. RGB value is (191,55,141). Sum of RGB (Red+Green+Blue) = 191+55+141=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF378D is #40C872. Grayscale: #696969. Windows color (decimal): -4245619 or 9254847. OLE color: 9254847.

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

Color convert

RGB 191 55 141 -
CMYK 0 0.71 0.26 0.25
HSL 322.06º 0.55% 0.48% -
HSV(B) 322.06º 0.71% 0.75% -
XYZ 27.66 15.73 26.78 -
YUV 105.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 191 55 141 0 0.71 0.26 0.25 322.06 0.55 0.48
Hex BF 37 8D 0 47 1A 19 142 37 30
Octal 277 67 215 0 107 32 31 502 67 60
Binary 10111111 110111 10001101 0 1000111 11010 11001 101000010 110111 110000

Color Harmonies of #BF378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF378D

Black with #BF378D

Text Example


Text Example

White with #BF378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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