Html Css Color HEX #BC1487 Medium Violet Red

📋 copy color: '#BC1487'

red 188 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #BC1487

Tints of Medium Violet Red #BC1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

 BLUE value IS 135 (53.13% from 255) = 39.36%

R = 54.81%
G = 5.83%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC1487 (or 0xBC1487) is known color: Medium Violet Red. HEX triplet: BC, 14 and 87. RGB value is (188,20,135). Sum of RGB (Red+Green+Blue) = 188+20+135=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1487 is #43EB78. Grayscale: #535353. Windows color (decimal): -4451193 or 8852668. OLE color: 8852668.

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

Color convert

RGB 188 20 135 -
CMYK 0 0.89 0.28 0.26
HSL 318.93º 0.81% 0.41% -
HSV(B) 318.93º 0.89% 0.74% -
XYZ 25.36 12.94 24.08 -
YUV 83.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 188 20 135 0 0.89 0.28 0.26 318.93 0.81 0.41
Hex BC 14 87 0 59 1C 1A 13F 51 29
Octal 274 24 207 0 131 34 32 477 121 51
Binary 10111100 10100 10000111 0 1011001 11100 11010 100111111 1010001 101001

Color Harmonies of #BC1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1487

Black with #BC1487

Text Example


Text Example

White with #BC1487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1487; }

 p { color: rgb(188,20,135); }

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

background-color css

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

 a { background-color: rgb(188,20,135); }

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

border-color css

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

 span { border-color: rgb(188,20,135); }

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