Html Css Color HEX #BC118F Medium Violet Red

📋 copy color: '#BC118F'

red 188 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #BC118F

Tints of Medium Violet Red #BC118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 54.02%
G = 4.89%
B = 41.09%

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

#BC118F (or 0xBC118F) is known color: Medium Violet Red. HEX triplet: BC, 11 and 8F. RGB value is (188,17,143). Sum of RGB (Red+Green+Blue) = 188+17+143=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC118F is #43EE70. Grayscale: #525252. Windows color (decimal): -4451953 or 9376188. OLE color: 9376188.

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

Color convert

RGB 188 17 143 -
CMYK 0 0.91 0.24 0.26
HSL 315.79º 0.83% 0.4% -
HSV(B) 315.79º 0.91% 0.74% -
XYZ 25.9 13.08 27.15 -
YUV 82.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 188 17 143 0 0.91 0.24 0.26 315.79 0.83 0.4
Hex BC 11 8F 0 5B 18 1A 13C 53 28
Octal 274 21 217 0 133 30 32 474 123 50
Binary 10111100 10001 10001111 0 1011011 11000 11010 100111100 1010011 101000

Color Harmonies of #BC118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC118F

Black with #BC118F

Text Example


Text Example

White with #BC118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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