Html Css Color HEX #BC1582 Medium Violet Red

📋 copy color: '#BC1582'

red 188 ◦ green 21 ◦ blue 130

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

Shades of Medium Violet Red #BC1582

Tints of Medium Violet Red #BC1582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 55.46%
G = 6.19%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC1582 (or 0xBC1582) is known color: Medium Violet Red. HEX triplet: BC, 15 and 82. RGB value is (188,21,130). Sum of RGB (Red+Green+Blue) = 188+21+130=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1582 is #43EA7D. Grayscale: #535353. Windows color (decimal): -4450942 or 8525244. OLE color: 8525244.

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

Color convert

RGB 188 21 130 -
CMYK 0 0.89 0.31 0.26
HSL 320.84º 0.8% 0.41% -
HSV(B) 320.84º 0.89% 0.74% -
XYZ 25.04 12.84 22.28 -
YUV 83.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 188 21 130 0 0.89 0.31 0.26 320.84 0.8 0.41
Hex BC 15 82 0 59 1F 1A 141 50 29
Octal 274 25 202 0 131 37 32 501 120 51
Binary 10111100 10101 10000010 0 1011001 11111 11010 101000001 1010000 101001

Color Harmonies of #BC1582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1582

Black with #BC1582

Text Example


Text Example

White with #BC1582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1582; }

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

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

background-color css

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

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

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

border-color css

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

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

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