Html Css Color HEX #BC3676 Medium Red Violet

📋 copy color: '#BC3676'

red 188 ◦ green 54 ◦ blue 118

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

Shades of Medium Red Violet #BC3676

Tints of Medium Red Violet #BC3676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 52.22%
G = 15%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC3676 (or 0xBC3676) is known color: Medium Red Violet. HEX triplet: BC, 36 and 76. RGB value is (188,54,118). Sum of RGB (Red+Green+Blue) = 188+54+118=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3676 is #43C989. Grayscale: #656565. Windows color (decimal): -4442506 or 7747260. OLE color: 7747260.

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

Color convert

RGB 188 54 118 -
CMYK 0 0.71 0.37 0.26
HSL 331.34º 0.55% 0.47% -
HSV(B) 331.34º 0.71% 0.74% -
XYZ 25.33 14.64 18.63 -
YUV 101.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 188 54 118 0 0.71 0.37 0.26 331.34 0.55 0.47
Hex BC 36 76 0 47 25 1A 14B 37 2F
Octal 274 66 166 0 107 45 32 513 67 57
Binary 10111100 110110 1110110 0 1000111 100101 11010 101001011 110111 101111

Color Harmonies of #BC3676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3676

Black with #BC3676

Text Example


Text Example

White with #BC3676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3676; }

 p { color: rgb(188,54,118); }

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

background-color css

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

 a { background-color: rgb(188,54,118); }

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

border-color css

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

 span { border-color: rgb(188,54,118); }

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