Html Css Color HEX #BC357E Medium Red Violet

📋 copy color: '#BC357E'

red 188 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #BC357E

Tints of Medium Red Violet #BC357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 51.23%
G = 14.44%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC357E (or 0xBC357E) is known color: Medium Red Violet. HEX triplet: BC, 35 and 7E. RGB value is (188,53,126). Sum of RGB (Red+Green+Blue) = 188+53+126=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC357E is #43CA81. Grayscale: #656565. Windows color (decimal): -4442754 or 8271292. OLE color: 8271292.

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

Color convert

RGB 188 53 126 -
CMYK 0 0.72 0.33 0.26
HSL 327.56º 0.56% 0.47% -
HSV(B) 327.56º 0.72% 0.74% -
XYZ 25.78 14.74 21.23 -
YUV 101.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 188 53 126 0 0.72 0.33 0.26 327.56 0.56 0.47
Hex BC 35 7E 0 48 21 1A 148 38 2F
Octal 274 65 176 0 110 41 32 510 70 57
Binary 10111100 110101 1111110 0 1001000 100001 11010 101001000 111000 101111

Color Harmonies of #BC357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC357E

Black with #BC357E

Text Example


Text Example

White with #BC357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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