Html Css Color HEX #BC16A1 Medium Violet Red

📋 copy color: '#BC16A1'

red 188 ◦ green 22 ◦ blue 161

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

Shades of Medium Violet Red #BC16A1

Tints of Medium Violet Red #BC16A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.4%

R = 50.67%
G = 5.93%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC16A1 (or 0xBC16A1) is known color: Medium Violet Red. HEX triplet: BC, 16 and A1. RGB value is (188,22,161). Sum of RGB (Red+Green+Blue) = 188+22+161=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16A1 is #43E95E. Grayscale: #575757. Windows color (decimal): -4450655 or 10557116. OLE color: 10557116.

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

Color convert

RGB 188 22 161 -
CMYK 0 0.88 0.14 0.26
HSL 309.76º 0.79% 0.41% -
HSV(B) 309.76º 0.88% 0.74% -
XYZ 27.46 13.84 34.94 -
YUV 87.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 188 22 161 0 0.88 0.14 0.26 309.76 0.79 0.41
Hex BC 16 A1 0 58 E 1A 136 4F 29
Octal 274 26 241 0 130 16 32 466 117 51
Binary 10111100 10110 10100001 0 1011000 1110 11010 100110110 1001111 101001

Color Harmonies of #BC16A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16A1

Black with #BC16A1

Text Example


Text Example

White with #BC16A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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