Html Css Color HEX #BC14A0 Medium Violet Red

📋 copy color: '#BC14A0'

red 188 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #BC14A0

Tints of Medium Violet Red #BC14A0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 51.09%
G = 5.43%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC14A0 (or 0xBC14A0) is known color: Medium Violet Red. HEX triplet: BC, 14 and A0. RGB value is (188,20,160). Sum of RGB (Red+Green+Blue) = 188+20+160=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC14A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC14A0 is #43EB5F. Grayscale: #555555. Windows color (decimal): -4451168 or 10491068. OLE color: 10491068.

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

Color convert

RGB 188 20 160 -
CMYK 0 0.89 0.15 0.26
HSL 310º 0.81% 0.41% -
HSV(B) 310º 0.89% 0.74% -
XYZ 27.33 13.73 34.47 -
YUV 86.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 188 20 160 0 0.89 0.15 0.26 310 0.81 0.41
Hex BC 14 A0 0 59 F 1A 136 51 29
Octal 274 24 240 0 131 17 32 466 121 51
Binary 10111100 10100 10100000 0 1011001 1111 11010 100110110 1010001 101001

Color Harmonies of #BC14A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC14A0

Black with #BC14A0

Text Example


Text Example

White with #BC14A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC14A0; }

 p { color: rgb(188,20,160); }

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

background-color css

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

 a { background-color: rgb(188,20,160); }

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

border-color css

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

 span { border-color: rgb(188,20,160); }

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