Html Css Color HEX #BC169A Medium Violet Red

📋 copy color: '#BC169A'

red 188 ◦ green 22 ◦ blue 154

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

Shades of Medium Violet Red #BC169A

Tints of Medium Violet Red #BC169A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

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

R = 51.65%
G = 6.04%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC169A (or 0xBC169A) is known color: Medium Violet Red. HEX triplet: BC, 16 and 9A. RGB value is (188,22,154). Sum of RGB (Red+Green+Blue) = 188+22+154=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC169A is #43E965. Grayscale: #565656. Windows color (decimal): -4450662 or 10098364. OLE color: 10098364.

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

Color convert

RGB 188 22 154 -
CMYK 0 0.88 0.18 0.26
HSL 312.29º 0.79% 0.41% -
HSV(B) 312.29º 0.88% 0.74% -
XYZ 26.86 13.6 31.78 -
YUV 86.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 188 22 154 0 0.88 0.18 0.26 312.29 0.79 0.41
Hex BC 16 9A 0 58 12 1A 138 4F 29
Octal 274 26 232 0 130 22 32 470 117 51
Binary 10111100 10110 10011010 0 1011000 10010 11010 100111000 1001111 101001

Color Harmonies of #BC169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC169A

Black with #BC169A

Text Example


Text Example

White with #BC169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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