Html Css Color HEX #BC2096 Medium Violet Red

📋 copy color: '#BC2096'

red 188 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #BC2096

Tints of Medium Violet Red #BC2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

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

R = 50.81%
G = 8.65%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC2096 (or 0xBC2096) is known color: Medium Violet Red. HEX triplet: BC, 20 and 96. RGB value is (188,32,150). Sum of RGB (Red+Green+Blue) = 188+32+150=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2096 is #43DF69. Grayscale: #5B5B5B. Windows color (decimal): -4448106 or 9838780. OLE color: 9838780.

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

Color convert

RGB 188 32 150 -
CMYK 0 0.83 0.20 0.26
HSL 314.62º 0.71% 0.43% -
HSV(B) 314.62º 0.83% 0.74% -
XYZ 26.76 13.93 30.13 -
YUV 92.1 160.68 196.41 -
System Red Green Blue C M Y K H S L
Decimal 188 32 150 0 0.83 0.20 0.26 314.62 0.71 0.43
Hex BC 20 96 0 53 14 1A 13B 47 2B
Octal 274 40 226 0 123 24 32 473 107 53
Binary 10111100 100000 10010110 0 1010011 10100 11010 100111011 1000111 101011

Color Harmonies of #BC2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2096

Black with #BC2096

Text Example


Text Example

White with #BC2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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