Html Css Color HEX #BC1A9D Medium Violet Red

📋 copy color: '#BC1A9D'

red 188 ◦ green 26 ◦ blue 157

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

Shades of Medium Violet Red #BC1A9D

Tints of Medium Violet Red #BC1A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 50.67%
G = 7.01%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC1A9D (or 0xBC1A9D) is known color: Medium Violet Red. HEX triplet: BC, 1A and 9D. RGB value is (188,26,157). Sum of RGB (Red+Green+Blue) = 188+26+157=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A9D is #43E562. Grayscale: #595959. Windows color (decimal): -4449635 or 10295996. OLE color: 10295996.

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

Color convert

RGB 188 26 157 -
CMYK 0 0.86 0.16 0.26
HSL 311.48º 0.76% 0.42% -
HSV(B) 311.48º 0.86% 0.74% -
XYZ 27.19 13.86 33.14 -
YUV 89.37 166.17 198.35 -
System Red Green Blue C M Y K H S L
Decimal 188 26 157 0 0.86 0.16 0.26 311.48 0.76 0.42
Hex BC 1A 9D 0 56 10 1A 137 4C 2A
Octal 274 32 235 0 126 20 32 467 114 52
Binary 10111100 11010 10011101 0 1010110 10000 11010 100110111 1001100 101010

Color Harmonies of #BC1A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A9D

Black with #BC1A9D

Text Example


Text Example

White with #BC1A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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