Html Css Color HEX #BC3978 Medium Red Violet

📋 copy color: '#BC3978'

red 188 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #BC3978

Tints of Medium Red Violet #BC3978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.62%

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 51.51%
G = 15.62%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC3978 (or 0xBC3978) is known color: Medium Red Violet. HEX triplet: BC, 39 and 78. RGB value is (188,57,120). Sum of RGB (Red+Green+Blue) = 188+57+120=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3978 is #43C687. Grayscale: #676767. Windows color (decimal): -4441736 or 7879100. OLE color: 7879100.

HSL color Cylindrical-coordinate representation of color #BC3978: hue angle of 331.15º degrees, saturation: 0.53, 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 #BC3978 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 120 -
CMYK 0 0.70 0.36 0.26
HSL 331.15º 0.53% 0.48% -
HSV(B) 331.15º 0.7% 0.74% -
XYZ 25.59 14.97 19.31 -
YUV 103.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 188 57 120 0 0.70 0.36 0.26 331.15 0.53 0.48
Hex BC 39 78 0 46 24 1A 14B 35 30
Octal 274 71 170 0 106 44 32 513 65 60
Binary 10111100 111001 1111000 0 1000110 100100 11010 101001011 110101 110000

Color Harmonies of #BC3978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3978

Black with #BC3978

Text Example


Text Example

White with #BC3978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3978; }

 p { color: rgb(188,57,120); }

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

background-color css

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

 a { background-color: rgb(188,57,120); }

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

border-color css

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

 span { border-color: rgb(188,57,120); }

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