Html Css Color HEX #BC339D Medium Red Violet

📋 copy color: '#BC339D'

red 188 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #BC339D

Tints of Medium Red Violet #BC339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 47.47%
G = 12.88%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC339D (or 0xBC339D) is known color: Medium Red Violet. HEX triplet: BC, 33 and 9D. RGB value is (188,51,157). Sum of RGB (Red+Green+Blue) = 188+51+157=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC339D is #43CC62. Grayscale: #676767. Windows color (decimal): -4443235 or 10302396. OLE color: 10302396.

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

Color convert

RGB 188 51 157 -
CMYK 0 0.73 0.16 0.26
HSL 313.58º 0.57% 0.47% -
HSV(B) 313.58º 0.73% 0.74% -
XYZ 28.01 15.49 33.41 -
YUV 104.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 188 51 157 0 0.73 0.16 0.26 313.58 0.57 0.47
Hex BC 33 9D 0 49 10 1A 13A 39 2F
Octal 274 63 235 0 111 20 32 472 71 57
Binary 10111100 110011 10011101 0 1001001 10000 11010 100111010 111001 101111

Color Harmonies of #BC339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC339D

Black with #BC339D

Text Example


Text Example

White with #BC339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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