Html Css Color HEX #BC118A Medium Violet Red

📋 copy color: '#BC118A'

red 188 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #BC118A

Tints of Medium Violet Red #BC118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 54.81%
G = 4.96%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC118A (or 0xBC118A) is known color: Medium Violet Red. HEX triplet: BC, 11 and 8A. RGB value is (188,17,138). Sum of RGB (Red+Green+Blue) = 188+17+138=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC118A is #43EE75. Grayscale: #515151. Windows color (decimal): -4451958 or 9048508. OLE color: 9048508.

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

Color convert

RGB 188 17 138 -
CMYK 0 0.91 0.27 0.26
HSL 317.54º 0.83% 0.4% -
HSV(B) 317.54º 0.91% 0.74% -
XYZ 25.53 12.93 25.19 -
YUV 81.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 188 17 138 0 0.91 0.27 0.26 317.54 0.83 0.4
Hex BC 11 8A 0 5B 1B 1A 13E 53 28
Octal 274 21 212 0 133 33 32 476 123 50
Binary 10111100 10001 10001010 0 1011011 11011 11010 100111110 1010011 101000

Color Harmonies of #BC118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC118A

Black with #BC118A

Text Example


Text Example

White with #BC118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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