Html Css Color HEX #BC2587 Medium Red Violet

📋 copy color: '#BC2587'

red 188 ◦ green 37 ◦ blue 135

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

Shades of Medium Red Violet #BC2587

Tints of Medium Red Violet #BC2587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.28%

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

R = 52.22%
G = 10.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC2587 (or 0xBC2587) is known color: Medium Red Violet. HEX triplet: BC, 25 and 87. RGB value is (188,37,135). Sum of RGB (Red+Green+Blue) = 188+37+135=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2587 is #43DA78. Grayscale: #5D5D5D. Windows color (decimal): -4446841 or 8857020. OLE color: 8857020.

HSL color Cylindrical-coordinate representation of color #BC2587: hue angle of 321.06º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2587 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 135 -
CMYK 0 0.80 0.28 0.26
HSL 321.06º 0.67% 0.44% -
HSV(B) 321.06º 0.8% 0.74% -
XYZ 25.77 13.76 24.22 -
YUV 93.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 188 37 135 0 0.80 0.28 0.26 321.06 0.67 0.44
Hex BC 25 87 0 50 1C 1A 141 43 2C
Octal 274 45 207 0 120 34 32 501 103 54
Binary 10111100 100101 10000111 0 1010000 11100 11010 101000001 1000011 101100

Color Harmonies of #BC2587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2587

Black with #BC2587

Text Example


Text Example

White with #BC2587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2587; }

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

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

background-color css

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

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

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

border-color css

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

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

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