Html Css Color HEX #BC116F Medium Violet Red

📋 copy color: '#BC116F'

red 188 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #BC116F

Tints of Medium Violet Red #BC116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 59.49%
G = 5.38%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC116F (or 0xBC116F) is known color: Medium Violet Red. HEX triplet: BC, 11 and 6F. RGB value is (188,17,111). Sum of RGB (Red+Green+Blue) = 188+17+111=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC116F is #43EE90. Grayscale: #4E4E4E. Windows color (decimal): -4451985 or 7279036. OLE color: 7279036.

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

Color convert

RGB 188 17 111 -
CMYK 0 0.91 0.41 0.26
HSL 327.02º 0.83% 0.4% -
HSV(B) 327.02º 0.91% 0.74% -
XYZ 23.81 12.24 16.15 -
YUV 78.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 188 17 111 0 0.91 0.41 0.26 327.02 0.83 0.4
Hex BC 11 6F 0 5B 29 1A 147 53 28
Octal 274 21 157 0 133 51 32 507 123 50
Binary 10111100 10001 1101111 0 1011011 101001 11010 101000111 1010011 101000

Color Harmonies of #BC116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC116F

Black with #BC116F

Text Example


Text Example

White with #BC116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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