Html Css Color HEX #BC349D Medium Red Violet

📋 copy color: '#BC349D'

red 188 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #BC349D

Tints of Medium Red Violet #BC349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

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

R = 47.36%
G = 13.1%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC349D (or 0xBC349D) is known color: Medium Red Violet. HEX triplet: BC, 34 and 9D. RGB value is (188,52,157). Sum of RGB (Red+Green+Blue) = 188+52+157=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC349D is #43CB62. Grayscale: #686868. Windows color (decimal): -4442979 or 10302652. OLE color: 10302652.

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

Color convert

RGB 188 52 157 -
CMYK 0 0.72 0.16 0.26
HSL 313.68º 0.57% 0.47% -
HSV(B) 313.68º 0.72% 0.74% -
XYZ 28.05 15.58 33.43 -
YUV 104.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 188 52 157 0 0.72 0.16 0.26 313.68 0.57 0.47
Hex BC 34 9D 0 48 10 1A 13A 39 2F
Octal 274 64 235 0 110 20 32 472 71 57
Binary 10111100 110100 10011101 0 1001000 10000 11010 100111010 111001 101111

Color Harmonies of #BC349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC349D

Black with #BC349D

Text Example


Text Example

White with #BC349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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