Html Css Color HEX #BC1D87 Medium Violet Red

📋 copy color: '#BC1D87'

red 188 ◦ green 29 ◦ blue 135

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

Shades of Medium Violet Red #BC1D87

Tints of Medium Violet Red #BC1D87

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

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

R = 53.41%
G = 8.24%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC1D87 (or 0xBC1D87) is known color: Medium Violet Red. HEX triplet: BC, 1D and 87. RGB value is (188,29,135). Sum of RGB (Red+Green+Blue) = 188+29+135=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D87 is #43E278. Grayscale: #585858. Windows color (decimal): -4448889 or 8854972. OLE color: 8854972.

HSL color Cylindrical-coordinate representation of color #BC1D87: hue angle of 320º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D87 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 29 135 -
CMYK 0 0.85 0.28 0.26
HSL 320º 0.73% 0.43% -
HSV(B) 320º 0.85% 0.74% -
XYZ 25.55 13.32 24.15 -
YUV 88.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 188 29 135 0 0.85 0.28 0.26 320 0.73 0.43
Hex BC 1D 87 0 55 1C 1A 140 49 2B
Octal 274 35 207 0 125 34 32 500 111 53
Binary 10111100 11101 10000111 0 1010101 11100 11010 101000000 1001001 101011

Color Harmonies of #BC1D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D87

Black with #BC1D87

Text Example


Text Example

White with #BC1D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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