Html Css Color HEX #BC1BA9 Medium Violet Red

📋 copy color: '#BC1BA9'

red 188 ◦ green 27 ◦ blue 169

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

Shades of Medium Violet Red #BC1BA9

Tints of Medium Violet Red #BC1BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.03%

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 48.96%
G = 7.03%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC1BA9 (or 0xBC1BA9) is known color: Medium Violet Red. HEX triplet: BC, 1B and A9. RGB value is (188,27,169). Sum of RGB (Red+Green+Blue) = 188+27+169=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA9 is #43E456. Grayscale: #5A5A5A. Windows color (decimal): -4449367 or 11082684. OLE color: 11082684.

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

Color convert

RGB 188 27 169 -
CMYK 0 0.86 0.10 0.26
HSL 307.08º 0.75% 0.42% -
HSV(B) 307.08º 0.86% 0.74% -
XYZ 28.29 14.34 38.81 -
YUV 91.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 188 27 169 0 0.86 0.10 0.26 307.08 0.75 0.42
Hex BC 1B A9 0 56 A 1A 133 4B 2A
Octal 274 33 251 0 126 12 32 463 113 52
Binary 10111100 11011 10101001 0 1010110 1010 11010 100110011 1001011 101010

Color Harmonies of #BC1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BA9

Black with #BC1BA9

Text Example


Text Example

White with #BC1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BA9; }

 p { color: rgb(188,27,169); }

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

background-color css

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

 a { background-color: rgb(188,27,169); }

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

border-color css

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

 span { border-color: rgb(188,27,169); }

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