Html Css Color HEX #BC16A9 Medium Violet Red

📋 copy color: '#BC16A9'

red 188 ◦ green 22 ◦ blue 169

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

Shades of Medium Violet Red #BC16A9

Tints of Medium Violet Red #BC16A9

RGB

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

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

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

R = 49.6%
G = 5.8%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC16A9 (or 0xBC16A9) is known color: Medium Violet Red. HEX triplet: BC, 16 and A9. RGB value is (188,22,169). Sum of RGB (Red+Green+Blue) = 188+22+169=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16A9 is #43E956. Grayscale: #575757. Windows color (decimal): -4450647 or 11081404. OLE color: 11081404.

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

Color convert

RGB 188 22 169 -
CMYK 0 0.88 0.10 0.26
HSL 306.87º 0.79% 0.41% -
HSV(B) 306.87º 0.88% 0.74% -
XYZ 28.19 14.13 38.78 -
YUV 88.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 188 22 169 0 0.88 0.10 0.26 306.87 0.79 0.41
Hex BC 16 A9 0 58 A 1A 133 4F 29
Octal 274 26 251 0 130 12 32 463 117 51
Binary 10111100 10110 10101001 0 1011000 1010 11010 100110011 1001111 101001

Color Harmonies of #BC16A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16A9

Black with #BC16A9

Text Example


Text Example

White with #BC16A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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