Html Css Color HEX #BC1786 Medium Violet Red

📋 copy color: '#BC1786'

red 188 ◦ green 23 ◦ blue 134

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

Shades of Medium Violet Red #BC1786

Tints of Medium Violet Red #BC1786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 54.49%
G = 6.67%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC1786 (or 0xBC1786) is known color: Medium Violet Red. HEX triplet: BC, 17 and 86. RGB value is (188,23,134). Sum of RGB (Red+Green+Blue) = 188+23+134=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1786 is #43E879. Grayscale: #545454. Windows color (decimal): -4450426 or 8787900. OLE color: 8787900.

HSL color Cylindrical-coordinate representation of color #BC1786: hue angle of 319.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1786 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 134 -
CMYK 0 0.88 0.29 0.26
HSL 319.64º 0.78% 0.41% -
HSV(B) 319.64º 0.88% 0.74% -
XYZ 25.35 13.03 23.73 -
YUV 84.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 188 23 134 0 0.88 0.29 0.26 319.64 0.78 0.41
Hex BC 17 86 0 58 1D 1A 140 4E 29
Octal 274 27 206 0 130 35 32 500 116 51
Binary 10111100 10111 10000110 0 1011000 11101 11010 101000000 1001110 101001

Color Harmonies of #BC1786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1786

Black with #BC1786

Text Example


Text Example

White with #BC1786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1786; }

 p { color: rgb(188,23,134); }

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

background-color css

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

 a { background-color: rgb(188,23,134); }

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

border-color css

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

 span { border-color: rgb(188,23,134); }

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