Html Css Color HEX #BC117D Medium Violet Red

📋 copy color: '#BC117D'

red 188 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #BC117D

Tints of Medium Violet Red #BC117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 56.97%
G = 5.15%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC117D (or 0xBC117D) is known color: Medium Violet Red. HEX triplet: BC, 11 and 7D. RGB value is (188,17,125). Sum of RGB (Red+Green+Blue) = 188+17+125=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC117D is #43EE82. Grayscale: #505050. Windows color (decimal): -4451971 or 8196540. OLE color: 8196540.

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

Color convert

RGB 188 17 125 -
CMYK 0 0.91 0.34 0.26
HSL 322.11º 0.83% 0.4% -
HSV(B) 322.11º 0.91% 0.74% -
XYZ 24.64 12.57 20.53 -
YUV 80.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 188 17 125 0 0.91 0.34 0.26 322.11 0.83 0.4
Hex BC 11 7D 0 5B 22 1A 142 53 28
Octal 274 21 175 0 133 42 32 502 123 50
Binary 10111100 10001 1111101 0 1011011 100010 11010 101000010 1010011 101000

Color Harmonies of #BC117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC117D

Black with #BC117D

Text Example


Text Example

White with #BC117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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