Html Css Color HEX #BC118E Medium Violet Red

📋 copy color: '#BC118E'

red 188 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #BC118E

Tints of Medium Violet Red #BC118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 54.18%
G = 4.9%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC118E (or 0xBC118E) is known color: Medium Violet Red. HEX triplet: BC, 11 and 8E. RGB value is (188,17,142). Sum of RGB (Red+Green+Blue) = 188+17+142=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC118E is #43EE71. Grayscale: #525252. Windows color (decimal): -4451954 or 9310652. OLE color: 9310652.

HSL color Cylindrical-coordinate representation of color #BC118E: hue angle of 316.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC118E is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 142 -
CMYK 0 0.91 0.24 0.26
HSL 316.14º 0.83% 0.4% -
HSV(B) 316.14º 0.91% 0.74% -
XYZ 25.82 13.05 26.75 -
YUV 82.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 188 17 142 0 0.91 0.24 0.26 316.14 0.83 0.4
Hex BC 11 8E 0 5B 18 1A 13C 53 28
Octal 274 21 216 0 133 30 32 474 123 50
Binary 10111100 10001 10001110 0 1011011 11000 11010 100111100 1010011 101000

Color Harmonies of #BC118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC118E

Black with #BC118E

Text Example


Text Example

White with #BC118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC118E; }

 p { color: rgb(188,17,142); }

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

background-color css

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

 a { background-color: rgb(188,17,142); }

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

border-color css

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

 span { border-color: rgb(188,17,142); }

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