Html Css Color HEX #BF378B Medium Red Violet

📋 copy color: '#BF378B'

red 191 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #BF378B

Tints of Medium Red Violet #BF378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 49.61%
G = 14.29%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF378B (or 0xBF378B) is known color: Medium Red Violet. HEX triplet: BF, 37 and 8B. RGB value is (191,55,139). Sum of RGB (Red+Green+Blue) = 191+55+139=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF378B is #40C874. Grayscale: #696969. Windows color (decimal): -4245621 or 9123775. OLE color: 9123775.

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

Color convert

RGB 191 55 139 -
CMYK 0 0.71 0.27 0.25
HSL 322.94º 0.55% 0.48% -
HSV(B) 322.94º 0.71% 0.75% -
XYZ 27.51 15.67 26 -
YUV 105.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 191 55 139 0 0.71 0.27 0.25 322.94 0.55 0.48
Hex BF 37 8B 0 47 1B 19 143 37 30
Octal 277 67 213 0 107 33 31 503 67 60
Binary 10111111 110111 10001011 0 1000111 11011 11001 101000011 110111 110000

Color Harmonies of #BF378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF378B

Black with #BF378B

Text Example


Text Example

White with #BF378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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