Html Css Color HEX #BC338D Medium Red Violet

📋 copy color: '#BC338D'

red 188 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #BC338D

Tints of Medium Red Violet #BC338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 49.47%
G = 13.42%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC338D (or 0xBC338D) is known color: Medium Red Violet. HEX triplet: BC, 33 and 8D. RGB value is (188,51,141). Sum of RGB (Red+Green+Blue) = 188+51+141=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC338D is #43CC72. Grayscale: #666666. Windows color (decimal): -4443251 or 9253820. OLE color: 9253820.

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

Color convert

RGB 188 51 141 -
CMYK 0 0.73 0.25 0.26
HSL 320.58º 0.57% 0.47% -
HSV(B) 320.58º 0.73% 0.74% -
XYZ 26.73 14.98 26.68 -
YUV 102.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 188 51 141 0 0.73 0.25 0.26 320.58 0.57 0.47
Hex BC 33 8D 0 49 19 1A 141 39 2F
Octal 274 63 215 0 111 31 32 501 71 57
Binary 10111100 110011 10001101 0 1001001 11001 11010 101000001 111001 101111

Color Harmonies of #BC338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC338D

Black with #BC338D

Text Example


Text Example

White with #BC338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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