Html Css Color HEX #BC2C87 Medium Red Violet

📋 copy color: '#BC2C87'

red 188 ◦ green 44 ◦ blue 135

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

Shades of Medium Red Violet #BC2C87

Tints of Medium Red Violet #BC2C87

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

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

R = 51.23%
G = 11.99%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC2C87 (or 0xBC2C87) is known color: Medium Red Violet. HEX triplet: BC, 2C and 87. RGB value is (188,44,135). Sum of RGB (Red+Green+Blue) = 188+44+135=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2C87 is #43D378. Grayscale: #616161. Windows color (decimal): -4445049 or 8858812. OLE color: 8858812.

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

Color convert

RGB 188 44 135 -
CMYK 0 0.77 0.28 0.26
HSL 322.08º 0.62% 0.45% -
HSV(B) 322.08º 0.77% 0.74% -
XYZ 26.01 14.24 24.3 -
YUV 97.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 188 44 135 0 0.77 0.28 0.26 322.08 0.62 0.45
Hex BC 2C 87 0 4D 1C 1A 142 3E 2D
Octal 274 54 207 0 115 34 32 502 76 55
Binary 10111100 101100 10000111 0 1001101 11100 11010 101000010 111110 101101

Color Harmonies of #BC2C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C87

Black with #BC2C87

Text Example


Text Example

White with #BC2C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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