Html Css Color HEX #BC1696 Medium Violet Red

📋 copy color: '#BC1696'

red 188 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #BC1696

Tints of Medium Violet Red #BC1696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 52.22%
G = 6.11%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC1696 (or 0xBC1696) is known color: Medium Violet Red. HEX triplet: BC, 16 and 96. RGB value is (188,22,150). Sum of RGB (Red+Green+Blue) = 188+22+150=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1696 is #43E969. Grayscale: #555555. Windows color (decimal): -4450666 or 9836220. OLE color: 9836220.

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

Color convert

RGB 188 22 150 -
CMYK 0 0.88 0.20 0.26
HSL 313.73º 0.79% 0.41% -
HSV(B) 313.73º 0.88% 0.74% -
XYZ 26.53 13.47 30.06 -
YUV 86.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 188 22 150 0 0.88 0.20 0.26 313.73 0.79 0.41
Hex BC 16 96 0 58 14 1A 13A 4F 29
Octal 274 26 226 0 130 24 32 472 117 51
Binary 10111100 10110 10010110 0 1011000 10100 11010 100111010 1001111 101001

Color Harmonies of #BC1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1696

Black with #BC1696

Text Example


Text Example

White with #BC1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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