Html Css Color HEX #BC328F Medium Red Violet

📋 copy color: '#BC328F'

red 188 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #BC328F

Tints of Medium Red Violet #BC328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 49.34%
G = 13.12%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC328F (or 0xBC328F) is known color: Medium Red Violet. HEX triplet: BC, 32 and 8F. RGB value is (188,50,143). Sum of RGB (Red+Green+Blue) = 188+50+143=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC328F is #43CD70. Grayscale: #656565. Windows color (decimal): -4443505 or 9384636. OLE color: 9384636.

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

Color convert

RGB 188 50 143 -
CMYK 0 0.73 0.24 0.26
HSL 319.57º 0.58% 0.47% -
HSV(B) 319.57º 0.73% 0.74% -
XYZ 26.84 14.96 27.46 -
YUV 101.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 188 50 143 0 0.73 0.24 0.26 319.57 0.58 0.47
Hex BC 32 8F 0 49 18 1A 140 3A 2F
Octal 274 62 217 0 111 30 32 500 72 57
Binary 10111100 110010 10001111 0 1001001 11000 11010 101000000 111010 101111

Color Harmonies of #BC328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC328F

Black with #BC328F

Text Example


Text Example

White with #BC328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC328F; }

 p { color: rgb(188,50,143); }

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

background-color css

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

 a { background-color: rgb(188,50,143); }

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

border-color css

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

 span { border-color: rgb(188,50,143); }

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