Html Css Color HEX #BC00A0 Medium Violet Red

📋 copy color: '#BC00A0'

red 188 ◦ green 0 ◦ blue 160

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

Shades of Medium Violet Red #BC00A0

Tints of Medium Violet Red #BC00A0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.02%
G = 0%
B = 45.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC00A0 (or 0xBC00A0) is known color: Medium Violet Red. HEX triplet: BC, 00 and A0. RGB value is (188,0,160). Sum of RGB (Red+Green+Blue) = 188+0+160=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00A0 is #43FF5F. Grayscale: #4A4A4A. Windows color (decimal): -4456288 or 10485948. OLE color: 10485948.

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

Color convert

RGB 188 0 160 -
CMYK 0 1 0.15 0.26
HSL 308.94º 1% 0.37% -
HSV(B) 308.94º 1% 0.74% -
XYZ 27.08 13.23 34.38 -
YUV 74.45 176.28 208.99 -
System Red Green Blue C M Y K H S L
Decimal 188 0 160 0 1 0.15 0.26 308.94 1 0.37
Hex BC 0 A0 0 64 F 1A 135 64 25
Octal 274 0 240 0 144 17 32 465 144 45
Binary 10111100 0 10100000 0 1100100 1111 11010 100110101 1100100 100101

Color Harmonies of #BC00A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00A0

Black with #BC00A0

Text Example


Text Example

White with #BC00A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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