Html Css Color HEX #BC1690 Medium Violet Red

📋 copy color: '#BC1690'

red 188 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #BC1690

Tints of Medium Violet Red #BC1690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 53.11%
G = 6.21%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC1690 (or 0xBC1690) is known color: Medium Violet Red. HEX triplet: BC, 16 and 90. RGB value is (188,22,144). Sum of RGB (Red+Green+Blue) = 188+22+144=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1690 is #43E96F. Grayscale: #555555. Windows color (decimal): -4450672 or 9443004. OLE color: 9443004.

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

Color convert

RGB 188 22 144 -
CMYK 0 0.88 0.23 0.26
HSL 315.9º 0.79% 0.41% -
HSV(B) 315.9º 0.88% 0.74% -
XYZ 26.06 13.28 27.58 -
YUV 85.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 188 22 144 0 0.88 0.23 0.26 315.9 0.79 0.41
Hex BC 16 90 0 58 17 1A 13C 4F 29
Octal 274 26 220 0 130 27 32 474 117 51
Binary 10111100 10110 10010000 0 1011000 10111 11010 100111100 1001111 101001

Color Harmonies of #BC1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1690

Black with #BC1690

Text Example


Text Example

White with #BC1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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