Html Css Color HEX #BC358D Medium Red Violet

📋 copy color: '#BC358D'

red 188 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #BC358D

Tints of Medium Red Violet #BC358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

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

R = 49.21%
G = 13.87%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC358D (or 0xBC358D) is known color: Medium Red Violet. HEX triplet: BC, 35 and 8D. RGB value is (188,53,141). Sum of RGB (Red+Green+Blue) = 188+53+141=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC358D is #43CA72. Grayscale: #676767. Windows color (decimal): -4442739 or 9254332. OLE color: 9254332.

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

Color convert

RGB 188 53 141 -
CMYK 0 0.72 0.25 0.26
HSL 320.89º 0.56% 0.47% -
HSV(B) 320.89º 0.72% 0.74% -
XYZ 26.82 15.16 26.71 -
YUV 103.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 188 53 141 0 0.72 0.25 0.26 320.89 0.56 0.47
Hex BC 35 8D 0 48 19 1A 141 38 2F
Octal 274 65 215 0 110 31 32 501 70 57
Binary 10111100 110101 10001101 0 1001000 11001 11010 101000001 111000 101111

Color Harmonies of #BC358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC358D

Black with #BC358D

Text Example


Text Example

White with #BC358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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