Html Css Color HEX #BC1E89 Medium Violet Red

📋 copy color: '#BC1E89'

red 188 ◦ green 30 ◦ blue 137

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

Shades of Medium Violet Red #BC1E89

Tints of Medium Violet Red #BC1E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

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

R = 52.96%
G = 8.45%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC1E89 (or 0xBC1E89) is known color: Medium Violet Red. HEX triplet: BC, 1E and 89. RGB value is (188,30,137). Sum of RGB (Red+Green+Blue) = 188+30+137=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E89 is #43E176. Grayscale: #595959. Windows color (decimal): -4448631 or 8986300. OLE color: 8986300.

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

Color convert

RGB 188 30 137 -
CMYK 0 0.84 0.27 0.26
HSL 319.37º 0.72% 0.43% -
HSV(B) 319.37º 0.84% 0.74% -
XYZ 25.72 13.43 24.9 -
YUV 89.44 154.85 198.3 -
System Red Green Blue C M Y K H S L
Decimal 188 30 137 0 0.84 0.27 0.26 319.37 0.72 0.43
Hex BC 1E 89 0 54 1B 1A 13F 48 2B
Octal 274 36 211 0 124 33 32 477 110 53
Binary 10111100 11110 10001001 0 1010100 11011 11010 100111111 1001000 101011

Color Harmonies of #BC1E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E89

Black with #BC1E89

Text Example


Text Example

White with #BC1E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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