Html Css Color HEX #BC3576 Medium Red Violet

📋 copy color: '#BC3576'

red 188 ◦ green 53 ◦ blue 118

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

Shades of Medium Red Violet #BC3576

Tints of Medium Red Violet #BC3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 52.37%
G = 14.76%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC3576 (or 0xBC3576) is known color: Medium Red Violet. HEX triplet: BC, 35 and 76. RGB value is (188,53,118). Sum of RGB (Red+Green+Blue) = 188+53+118=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3576 is #43CA89. Grayscale: #646464. Windows color (decimal): -4442762 or 7747004. OLE color: 7747004.

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

Color convert

RGB 188 53 118 -
CMYK 0 0.72 0.37 0.26
HSL 331.11º 0.56% 0.47% -
HSV(B) 331.11º 0.72% 0.74% -
XYZ 25.28 14.55 18.61 -
YUV 100.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 188 53 118 0 0.72 0.37 0.26 331.11 0.56 0.47
Hex BC 35 76 0 48 25 1A 14B 38 2F
Octal 274 65 166 0 110 45 32 513 70 57
Binary 10111100 110101 1110110 0 1001000 100101 11010 101001011 111000 101111

Color Harmonies of #BC3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3576

Black with #BC3576

Text Example


Text Example

White with #BC3576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3576; }

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

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

background-color css

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

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

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

border-color css

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

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

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