Html Css Color HEX #BC3391 Medium Red Violet

📋 copy color: '#BC3391'

red 188 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #BC3391

Tints of Medium Red Violet #BC3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 48.96%
G = 13.28%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC3391 (or 0xBC3391) is known color: Medium Red Violet. HEX triplet: BC, 33 and 91. RGB value is (188,51,145). Sum of RGB (Red+Green+Blue) = 188+51+145=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3391 is #43CC6E. Grayscale: #666666. Windows color (decimal): -4443247 or 9515964. OLE color: 9515964.

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

Color convert

RGB 188 51 145 -
CMYK 0 0.73 0.23 0.26
HSL 318.83º 0.57% 0.47% -
HSV(B) 318.83º 0.73% 0.74% -
XYZ 27.03 15.1 28.28 -
YUV 102.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 188 51 145 0 0.73 0.23 0.26 318.83 0.57 0.47
Hex BC 33 91 0 49 17 1A 13F 39 2F
Octal 274 63 221 0 111 27 32 477 71 57
Binary 10111100 110011 10010001 0 1001001 10111 11010 100111111 111001 101111

Color Harmonies of #BC3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3391

Black with #BC3391

Text Example


Text Example

White with #BC3391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3391; }

 p { color: rgb(188,51,145); }

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

background-color css

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

 a { background-color: rgb(188,51,145); }

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

border-color css

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

 span { border-color: rgb(188,51,145); }

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