Html Css Color HEX #BC377F Medium Red Violet

📋 copy color: '#BC377F'

red 188 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #BC377F

Tints of Medium Red Violet #BC377F

RGB

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

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

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

R = 50.81%
G = 14.86%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC377F (or 0xBC377F) is known color: Medium Red Violet. HEX triplet: BC, 37 and 7F. RGB value is (188,55,127). Sum of RGB (Red+Green+Blue) = 188+55+127=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC377F is #43C880. Grayscale: #666666. Windows color (decimal): -4442241 or 8337340. OLE color: 8337340.

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

Color convert

RGB 188 55 127 -
CMYK 0 0.71 0.32 0.26
HSL 327.52º 0.55% 0.48% -
HSV(B) 327.52º 0.71% 0.74% -
XYZ 25.94 14.96 21.6 -
YUV 102.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 188 55 127 0 0.71 0.32 0.26 327.52 0.55 0.48
Hex BC 37 7F 0 47 20 1A 148 37 30
Octal 274 67 177 0 107 40 32 510 67 60
Binary 10111100 110111 1111111 0 1000111 100000 11010 101001000 110111 110000

Color Harmonies of #BC377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC377F

Black with #BC377F

Text Example


Text Example

White with #BC377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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