Html Css Color HEX #BC157D Medium Violet Red

📋 copy color: '#BC157D'

red 188 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #BC157D

Tints of Medium Violet Red #BC157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 56.29%
G = 6.29%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC157D (or 0xBC157D) is known color: Medium Violet Red. HEX triplet: BC, 15 and 7D. RGB value is (188,21,125). Sum of RGB (Red+Green+Blue) = 188+21+125=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC157D is #43EA82. Grayscale: #525252. Windows color (decimal): -4450947 or 8197564. OLE color: 8197564.

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

Color convert

RGB 188 21 125 -
CMYK 0 0.89 0.34 0.26
HSL 322.63º 0.8% 0.41% -
HSV(B) 322.63º 0.89% 0.74% -
XYZ 24.71 12.71 20.55 -
YUV 82.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 188 21 125 0 0.89 0.34 0.26 322.63 0.8 0.41
Hex BC 15 7D 0 59 22 1A 143 50 29
Octal 274 25 175 0 131 42 32 503 120 51
Binary 10111100 10101 1111101 0 1011001 100010 11010 101000011 1010000 101001

Color Harmonies of #BC157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC157D

Black with #BC157D

Text Example


Text Example

White with #BC157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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