Html Css Color HEX #BC3778 Medium Red Violet

📋 copy color: '#BC3778'

red 188 ◦ green 55 ◦ blue 120

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

Shades of Medium Red Violet #BC3778

Tints of Medium Red Violet #BC3778

RGB

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

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

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

R = 51.79%
G = 15.15%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC3778 (or 0xBC3778) is known color: Medium Red Violet. HEX triplet: BC, 37 and 78. RGB value is (188,55,120). Sum of RGB (Red+Green+Blue) = 188+55+120=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3778 is #43C887. Grayscale: #666666. Windows color (decimal): -4442248 or 7878588. OLE color: 7878588.

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

Color convert

RGB 188 55 120 -
CMYK 0 0.71 0.36 0.26
HSL 330.68º 0.55% 0.48% -
HSV(B) 330.68º 0.71% 0.74% -
XYZ 25.5 14.78 19.28 -
YUV 102.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 188 55 120 0 0.71 0.36 0.26 330.68 0.55 0.48
Hex BC 37 78 0 47 24 1A 14B 37 30
Octal 274 67 170 0 107 44 32 513 67 60
Binary 10111100 110111 1111000 0 1000111 100100 11010 101001011 110111 110000

Color Harmonies of #BC3778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3778

Black with #BC3778

Text Example


Text Example

White with #BC3778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3778; }

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

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

background-color css

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

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

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

border-color css

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

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

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