Html Css Color HEX #BC3579 Medium Red Violet

📋 copy color: '#BC3579'

red 188 ◦ green 53 ◦ blue 121

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

Shades of Medium Red Violet #BC3579

Tints of Medium Red Violet #BC3579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 51.93%
G = 14.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC3579 (or 0xBC3579) is known color: Medium Red Violet. HEX triplet: BC, 35 and 79. RGB value is (188,53,121). Sum of RGB (Red+Green+Blue) = 188+53+121=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3579 is #43CA86. Grayscale: #646464. Windows color (decimal): -4442759 or 7943612. OLE color: 7943612.

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

Color convert

RGB 188 53 121 -
CMYK 0 0.72 0.36 0.26
HSL 329.78º 0.56% 0.47% -
HSV(B) 329.78º 0.72% 0.74% -
XYZ 25.46 14.62 19.57 -
YUV 101.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 188 53 121 0 0.72 0.36 0.26 329.78 0.56 0.47
Hex BC 35 79 0 48 24 1A 14A 38 2F
Octal 274 65 171 0 110 44 32 512 70 57
Binary 10111100 110101 1111001 0 1001000 100100 11010 101001010 111000 101111

Color Harmonies of #BC3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3579

Black with #BC3579

Text Example


Text Example

White with #BC3579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3579; }

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

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

background-color css

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

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

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

border-color css

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

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

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