Html Css Color HEX #BC1A6C Medium Violet Red

📋 copy color: '#BC1A6C'

red 188 ◦ green 26 ◦ blue 108

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

Shades of Medium Violet Red #BC1A6C

Tints of Medium Violet Red #BC1A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 58.39%
G = 8.07%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC1A6C (or 0xBC1A6C) is known color: Medium Violet Red. HEX triplet: BC, 1A and 6C. RGB value is (188,26,108). Sum of RGB (Red+Green+Blue) = 188+26+108=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A6C is #43E593. Grayscale: #535353. Windows color (decimal): -4449684 or 7084732. OLE color: 7084732.

HSL color Cylindrical-coordinate representation of color #BC1A6C: hue angle of 329.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A6C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 108 -
CMYK 0 0.86 0.43 0.26
HSL 329.63º 0.76% 0.42% -
HSV(B) 329.63º 0.86% 0.74% -
XYZ 23.82 12.51 15.35 -
YUV 83.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 188 26 108 0 0.86 0.43 0.26 329.63 0.76 0.42
Hex BC 1A 6C 0 56 2B 1A 14A 4C 2A
Octal 274 32 154 0 126 53 32 512 114 52
Binary 10111100 11010 1101100 0 1010110 101011 11010 101001010 1001100 101010

Color Harmonies of #BC1A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A6C

Black with #BC1A6C

Text Example


Text Example

White with #BC1A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A6C; }

 p { color: rgb(188,26,108); }

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

background-color css

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

 a { background-color: rgb(188,26,108); }

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

border-color css

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

 span { border-color: rgb(188,26,108); }

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