Html Css Color HEX #BC3580 Medium Red Violet

📋 copy color: '#BC3580'

red 188 ◦ green 53 ◦ blue 128

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

Shades of Medium Red Violet #BC3580

Tints of Medium Red Violet #BC3580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 50.95%
G = 14.36%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC3580 (or 0xBC3580) is known color: Medium Red Violet. HEX triplet: BC, 35 and 80. RGB value is (188,53,128). Sum of RGB (Red+Green+Blue) = 188+53+128=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3580 is #43CA7F. Grayscale: #656565. Windows color (decimal): -4442752 or 8402364. OLE color: 8402364.

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

Color convert

RGB 188 53 128 -
CMYK 0 0.72 0.32 0.26
HSL 326.67º 0.56% 0.47% -
HSV(B) 326.67º 0.72% 0.74% -
XYZ 25.91 14.8 21.91 -
YUV 101.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 188 53 128 0 0.72 0.32 0.26 326.67 0.56 0.47
Hex BC 35 80 0 48 20 1A 147 38 2F
Octal 274 65 200 0 110 40 32 507 70 57
Binary 10111100 110101 10000000 0 1001000 100000 11010 101000111 111000 101111

Color Harmonies of #BC3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3580

Black with #BC3580

Text Example


Text Example

White with #BC3580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3580; }

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

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

background-color css

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

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

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

border-color css

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

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

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