Html Css Color HEX #BC1584 Medium Violet Red

📋 copy color: '#BC1584'

red 188 ◦ green 21 ◦ blue 132

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

Shades of Medium Violet Red #BC1584

Tints of Medium Violet Red #BC1584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 55.13%
G = 6.16%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC1584 (or 0xBC1584) is known color: Medium Violet Red. HEX triplet: BC, 15 and 84. RGB value is (188,21,132). Sum of RGB (Red+Green+Blue) = 188+21+132=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1584 is #43EA7B. Grayscale: #535353. Windows color (decimal): -4450940 or 8656316. OLE color: 8656316.

HSL color Cylindrical-coordinate representation of color #BC1584: hue angle of 320.12º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1584 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 132 -
CMYK 0 0.89 0.30 0.26
HSL 320.12º 0.8% 0.41% -
HSV(B) 320.12º 0.89% 0.74% -
XYZ 25.17 12.89 22.99 -
YUV 83.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 188 21 132 0 0.89 0.30 0.26 320.12 0.8 0.41
Hex BC 15 84 0 59 1E 1A 140 50 29
Octal 274 25 204 0 131 36 32 500 120 51
Binary 10111100 10101 10000100 0 1011001 11110 11010 101000000 1010000 101001

Color Harmonies of #BC1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1584

Black with #BC1584

Text Example


Text Example

White with #BC1584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1584; }

 p { color: rgb(188,21,132); }

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

background-color css

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

 a { background-color: rgb(188,21,132); }

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

border-color css

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

 span { border-color: rgb(188,21,132); }

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