Html Css Color HEX #BC2089 Medium Violet Red

📋 copy color: '#BC2089'

red 188 ◦ green 32 ◦ blue 137

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

Shades of Medium Violet Red #BC2089

Tints of Medium Violet Red #BC2089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 52.66%
G = 8.96%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC2089 (or 0xBC2089) is known color: Medium Violet Red. HEX triplet: BC, 20 and 89. RGB value is (188,32,137). Sum of RGB (Red+Green+Blue) = 188+32+137=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2089 is #43DF76. Grayscale: #5A5A5A. Windows color (decimal): -4448119 or 8986812. OLE color: 8986812.

HSL color Cylindrical-coordinate representation of color #BC2089: hue angle of 319.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 #BC2089 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 137 -
CMYK 0 0.83 0.27 0.26
HSL 319.62º 0.71% 0.43% -
HSV(B) 319.62º 0.83% 0.74% -
XYZ 25.77 13.53 24.92 -
YUV 90.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 188 32 137 0 0.83 0.27 0.26 319.62 0.71 0.43
Hex BC 20 89 0 53 1B 1A 140 47 2B
Octal 274 40 211 0 123 33 32 500 107 53
Binary 10111100 100000 10001001 0 1010011 11011 11010 101000000 1000111 101011

Color Harmonies of #BC2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2089

Black with #BC2089

Text Example


Text Example

White with #BC2089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2089; }

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

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

background-color css

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

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

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

border-color css

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

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

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