Html Css Color HEX #BC2E90 Medium Red Violet

📋 copy color: '#BC2E90'

red 188 ◦ green 46 ◦ blue 144

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

Shades of Medium Red Violet #BC2E90

Tints of Medium Red Violet #BC2E90

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.17%

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

R = 49.74%
G = 12.17%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC2E90 (or 0xBC2E90) is known color: Medium Red Violet. HEX triplet: BC, 2E and 90. RGB value is (188,46,144). Sum of RGB (Red+Green+Blue) = 188+46+144=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2E90 is #43D16F. Grayscale: #636363. Windows color (decimal): -4444528 or 9449148. OLE color: 9449148.

HSL color Cylindrical-coordinate representation of color #BC2E90: hue angle of 318.59º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E90 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 46 144 -
CMYK 0 0.76 0.23 0.26
HSL 318.59º 0.61% 0.46% -
HSV(B) 318.59º 0.76% 0.74% -
XYZ 26.75 14.66 27.81 -
YUV 99.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 188 46 144 0 0.76 0.23 0.26 318.59 0.61 0.46
Hex BC 2E 90 0 4C 17 1A 13F 3D 2E
Octal 274 56 220 0 114 27 32 477 75 56
Binary 10111100 101110 10010000 0 1001100 10111 11010 100111111 111101 101110

Color Harmonies of #BC2E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E90

Black with #BC2E90

Text Example


Text Example

White with #BC2E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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