Html Css Color HEX #BC1A9A Medium Violet Red

📋 copy color: '#BC1A9A'

red 188 ◦ green 26 ◦ blue 154

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

Shades of Medium Violet Red #BC1A9A

Tints of Medium Violet Red #BC1A9A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 51.09%
G = 7.07%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC1A9A (or 0xBC1A9A) is known color: Medium Violet Red. HEX triplet: BC, 1A and 9A. RGB value is (188,26,154). Sum of RGB (Red+Green+Blue) = 188+26+154=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A9A is #43E565. Grayscale: #585858. Windows color (decimal): -4449638 or 10099388. OLE color: 10099388.

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

Color convert

RGB 188 26 154 -
CMYK 0 0.86 0.18 0.26
HSL 312.59º 0.76% 0.42% -
HSV(B) 312.59º 0.86% 0.74% -
XYZ 26.94 13.76 31.81 -
YUV 89.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 188 26 154 0 0.86 0.18 0.26 312.59 0.76 0.42
Hex BC 1A 9A 0 56 12 1A 139 4C 2A
Octal 274 32 232 0 126 22 32 471 114 52
Binary 10111100 11010 10011010 0 1010110 10010 11010 100111001 1001100 101010

Color Harmonies of #BC1A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A9A

Black with #BC1A9A

Text Example


Text Example

White with #BC1A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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