Html Css Color HEX #BC1D9A Medium Violet Red

📋 copy color: '#BC1D9A'

red 188 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #BC1D9A

Tints of Medium Violet Red #BC1D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 50.67%
G = 7.82%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC1D9A (or 0xBC1D9A) is known color: Medium Violet Red. HEX triplet: BC, 1D and 9A. RGB value is (188,29,154). Sum of RGB (Red+Green+Blue) = 188+29+154=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D9A is #43E265. Grayscale: #5A5A5A. Windows color (decimal): -4448870 or 10100156. OLE color: 10100156.

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

Color convert

RGB 188 29 154 -
CMYK 0 0.85 0.18 0.26
HSL 312.83º 0.73% 0.43% -
HSV(B) 312.83º 0.85% 0.74% -
XYZ 27.01 13.9 31.83 -
YUV 90.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 188 29 154 0 0.85 0.18 0.26 312.83 0.73 0.43
Hex BC 1D 9A 0 55 12 1A 139 49 2B
Octal 274 35 232 0 125 22 32 471 111 53
Binary 10111100 11101 10011010 0 1010101 10010 11010 100111001 1001001 101011

Color Harmonies of #BC1D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D9A

Black with #BC1D9A

Text Example


Text Example

White with #BC1D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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