Html Css Color HEX #BC2E9C Medium Red Violet

📋 copy color: '#BC2E9C'

red 188 ◦ green 46 ◦ blue 156

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

Shades of Medium Red Violet #BC2E9C

Tints of Medium Red Violet #BC2E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 48.21%
G = 11.79%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC2E9C (or 0xBC2E9C) is known color: Medium Red Violet. HEX triplet: BC, 2E and 9C. RGB value is (188,46,156). Sum of RGB (Red+Green+Blue) = 188+46+156=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2E9C is #43D163. Grayscale: #646464. Windows color (decimal): -4444516 or 10235580. OLE color: 10235580.

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

Color convert

RGB 188 46 156 -
CMYK 0 0.76 0.17 0.26
HSL 313.52º 0.61% 0.46% -
HSV(B) 313.52º 0.76% 0.74% -
XYZ 27.72 15.05 32.9 -
YUV 101 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 188 46 156 0 0.76 0.17 0.26 313.52 0.61 0.46
Hex BC 2E 9C 0 4C 11 1A 13A 3D 2E
Octal 274 56 234 0 114 21 32 472 75 56
Binary 10111100 101110 10011100 0 1001100 10001 11010 100111010 111101 101110

Color Harmonies of #BC2E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2E9C

Black with #BC2E9C

Text Example


Text Example

White with #BC2E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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