Html Css Color HEX #BC1188 Medium Violet Red

📋 copy color: '#BC1188'

red 188 ◦ green 17 ◦ blue 136

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

Shades of Medium Violet Red #BC1188

Tints of Medium Violet Red #BC1188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 55.13%
G = 4.99%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC1188 (or 0xBC1188) is known color: Medium Violet Red. HEX triplet: BC, 11 and 88. RGB value is (188,17,136). Sum of RGB (Red+Green+Blue) = 188+17+136=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1188 is #43EE77. Grayscale: #515151. Windows color (decimal): -4451960 or 8917436. OLE color: 8917436.

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

Color convert

RGB 188 17 136 -
CMYK 0 0.91 0.28 0.26
HSL 318.25º 0.83% 0.4% -
HSV(B) 318.25º 0.91% 0.74% -
XYZ 25.38 12.87 24.44 -
YUV 81.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 188 17 136 0 0.91 0.28 0.26 318.25 0.83 0.4
Hex BC 11 88 0 5B 1C 1A 13E 53 28
Octal 274 21 210 0 133 34 32 476 123 50
Binary 10111100 10001 10001000 0 1011011 11100 11010 100111110 1010011 101000

Color Harmonies of #BC1188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1188

Black with #BC1188

Text Example


Text Example

White with #BC1188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1188; }

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

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

background-color css

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

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

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

border-color css

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

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

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