Html Css Color HEX #BC1589 Medium Violet Red

📋 copy color: '#BC1589'

red 188 ◦ green 21 ◦ blue 137

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

Shades of Medium Violet Red #BC1589

Tints of Medium Violet Red #BC1589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 54.34%
G = 6.07%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC1589 (or 0xBC1589) is known color: Medium Violet Red. HEX triplet: BC, 15 and 89. RGB value is (188,21,137). Sum of RGB (Red+Green+Blue) = 188+21+137=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1589 is #43EA76. Grayscale: #535353. Windows color (decimal): -4450935 or 8983996. OLE color: 8983996.

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

Color convert

RGB 188 21 137 -
CMYK 0 0.89 0.27 0.26
HSL 318.32º 0.8% 0.41% -
HSV(B) 318.32º 0.89% 0.74% -
XYZ 25.52 13.03 24.84 -
YUV 84.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 188 21 137 0 0.89 0.27 0.26 318.32 0.8 0.41
Hex BC 15 89 0 59 1B 1A 13E 50 29
Octal 274 25 211 0 131 33 32 476 120 51
Binary 10111100 10101 10001001 0 1011001 11011 11010 100111110 1010000 101001

Color Harmonies of #BC1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1589

Black with #BC1589

Text Example


Text Example

White with #BC1589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1589; }

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

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

background-color css

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

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

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

border-color css

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

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

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