Html Css Color HEX #BC1D9E Medium Violet Red

📋 copy color: '#BC1D9E'

red 188 ◦ green 29 ◦ blue 158

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

Shades of Medium Violet Red #BC1D9E

Tints of Medium Violet Red #BC1D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

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

R = 50.13%
G = 7.73%
B = 42.13%

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

#BC1D9E (or 0xBC1D9E) is known color: Medium Violet Red. HEX triplet: BC, 1D and 9E. RGB value is (188,29,158). Sum of RGB (Red+Green+Blue) = 188+29+158=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D9E is #43E261. Grayscale: #5A5A5A. Windows color (decimal): -4448866 or 10362300. OLE color: 10362300.

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

Color convert

RGB 188 29 158 -
CMYK 0 0.85 0.16 0.26
HSL 311.32º 0.73% 0.43% -
HSV(B) 311.32º 0.85% 0.74% -
XYZ 27.35 14.04 33.62 -
YUV 91.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 188 29 158 0 0.85 0.16 0.26 311.32 0.73 0.43
Hex BC 1D 9E 0 55 10 1A 137 49 2B
Octal 274 35 236 0 125 20 32 467 111 53
Binary 10111100 11101 10011110 0 1010101 10000 11010 100110111 1001001 101011

Color Harmonies of #BC1D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D9E

Black with #BC1D9E

Text Example


Text Example

White with #BC1D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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