Html Css Color HEX #BC1289 Medium Violet Red

📋 copy color: '#BC1289'

red 188 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #BC1289

Tints of Medium Violet Red #BC1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 54.81%
G = 5.25%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC1289 (or 0xBC1289) is known color: Medium Violet Red. HEX triplet: BC, 12 and 89. RGB value is (188,18,137). Sum of RGB (Red+Green+Blue) = 188+18+137=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1289 is #43ED76. Grayscale: #525252. Windows color (decimal): -4451703 or 8983228. OLE color: 8983228.

HSL color Cylindrical-coordinate representation of color #BC1289: hue angle of 318º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1289 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 137 -
CMYK 0 0.90 0.27 0.26
HSL 318º 0.83% 0.4% -
HSV(B) 318º 0.9% 0.74% -
XYZ 25.47 12.93 24.82 -
YUV 82.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 188 18 137 0 0.90 0.27 0.26 318 0.83 0.4
Hex BC 12 89 0 5A 1B 1A 13E 53 28
Octal 274 22 211 0 132 33 32 476 123 50
Binary 10111100 10010 10001001 0 1011010 11011 11010 100111110 1010011 101000

Color Harmonies of #BC1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1289

Black with #BC1289

Text Example


Text Example

White with #BC1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1289; }

 p { color: rgb(188,18,137); }

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

background-color css

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

 a { background-color: rgb(188,18,137); }

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

border-color css

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

 span { border-color: rgb(188,18,137); }

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