Html Css Color HEX #BC387F Medium Red Violet

📋 copy color: '#BC387F'

red 188 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #BC387F

Tints of Medium Red Violet #BC387F

RGB

 RED value IS 188 (73.83% from 255) = 50.67%

 GREEN value IS 56 (22.27% from 255) = 15.09%

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

R = 50.67%
G = 15.09%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC387F (or 0xBC387F) is known color: Medium Red Violet. HEX triplet: BC, 38 and 7F. RGB value is (188,56,127). Sum of RGB (Red+Green+Blue) = 188+56+127=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC387F is #43C780. Grayscale: #676767. Windows color (decimal): -4441985 or 8337596. OLE color: 8337596.

HSL color Cylindrical-coordinate representation of color #BC387F: hue angle of 327.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC387F is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 127 -
CMYK 0 0.70 0.32 0.26
HSL 327.73º 0.54% 0.48% -
HSV(B) 327.73º 0.7% 0.74% -
XYZ 25.98 15.05 21.61 -
YUV 103.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 188 56 127 0 0.70 0.32 0.26 327.73 0.54 0.48
Hex BC 38 7F 0 46 20 1A 148 36 30
Octal 274 70 177 0 106 40 32 510 66 60
Binary 10111100 111000 1111111 0 1000110 100000 11010 101001000 110110 110000

Color Harmonies of #BC387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC387F

Black with #BC387F

Text Example


Text Example

White with #BC387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC387F; }

 p { color: rgb(188,56,127); }

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

background-color css

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

 a { background-color: rgb(188,56,127); }

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

border-color css

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

 span { border-color: rgb(188,56,127); }

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