Html Css Color HEX #BC1C9E Medium Violet Red

📋 copy color: '#BC1C9E'

red 188 ◦ green 28 ◦ blue 158

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

Shades of Medium Violet Red #BC1C9E

Tints of Medium Violet Red #BC1C9E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 50.27%
G = 7.49%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC1C9E (or 0xBC1C9E) is known color: Medium Violet Red. HEX triplet: BC, 1C and 9E. RGB value is (188,28,158). Sum of RGB (Red+Green+Blue) = 188+28+158=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C9E is #43E361. Grayscale: #5A5A5A. Windows color (decimal): -4449122 or 10362044. OLE color: 10362044.

HSL color Cylindrical-coordinate representation of color #BC1C9E: hue angle of 311.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C9E is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 158 -
CMYK 0 0.85 0.16 0.26
HSL 311.25º 0.74% 0.42% -
HSV(B) 311.25º 0.85% 0.74% -
XYZ 27.33 13.99 33.61 -
YUV 90.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 188 28 158 0 0.85 0.16 0.26 311.25 0.74 0.42
Hex BC 1C 9E 0 55 10 1A 137 4A 2A
Octal 274 34 236 0 125 20 32 467 112 52
Binary 10111100 11100 10011110 0 1010101 10000 11010 100110111 1001010 101010

Color Harmonies of #BC1C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C9E

Black with #BC1C9E

Text Example


Text Example

White with #BC1C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C9E; }

 p { color: rgb(188,28,158); }

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

background-color css

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

 a { background-color: rgb(188,28,158); }

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

border-color css

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

 span { border-color: rgb(188,28,158); }

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