Html Css Color HEX #BC0186 Medium Violet Red

📋 copy color: '#BC0186'

red 188 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #BC0186

Tints of Medium Violet Red #BC0186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 58.2%
G = 0.31%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC0186 (or 0xBC0186) is known color: Medium Violet Red. HEX triplet: BC, 01 and 86. RGB value is (188,1,134). Sum of RGB (Red+Green+Blue) = 188+1+134=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0186 is #43FE79. Grayscale: #474747. Windows color (decimal): -4456058 or 8782268. OLE color: 8782268.

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

Color convert

RGB 188 1 134 -
CMYK 0 0.99 0.29 0.26
HSL 317.33º 0.99% 0.37% -
HSV(B) 317.33º 0.99% 0.74% -
XYZ 25.05 12.43 23.63 -
YUV 72.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 188 1 134 0 0.99 0.29 0.26 317.33 0.99 0.37
Hex BC 1 86 0 63 1D 1A 13D 63 25
Octal 274 1 206 0 143 35 32 475 143 45
Binary 10111100 1 10000110 0 1100011 11101 11010 100111101 1100011 100101

Color Harmonies of #BC0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0186

Black with #BC0186

Text Example


Text Example

White with #BC0186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0186; }

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

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

background-color css

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

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

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

border-color css

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

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

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