Html Css Color HEX #BC329F Medium Red Violet

📋 copy color: '#BC329F'

red 188 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #BC329F

Tints of Medium Red Violet #BC329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 47.36%
G = 12.59%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC329F (or 0xBC329F) is known color: Medium Red Violet. HEX triplet: BC, 32 and 9F. RGB value is (188,50,159). Sum of RGB (Red+Green+Blue) = 188+50+159=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC329F is #43CD60. Grayscale: #676767. Windows color (decimal): -4443489 or 10433212. OLE color: 10433212.

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

Color convert

RGB 188 50 159 -
CMYK 0 0.73 0.15 0.26
HSL 312.61º 0.58% 0.47% -
HSV(B) 312.61º 0.73% 0.74% -
XYZ 28.14 15.48 34.31 -
YUV 103.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 188 50 159 0 0.73 0.15 0.26 312.61 0.58 0.47
Hex BC 32 9F 0 49 F 1A 139 3A 2F
Octal 274 62 237 0 111 17 32 471 72 57
Binary 10111100 110010 10011111 0 1001001 1111 11010 100111001 111010 101111

Color Harmonies of #BC329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC329F

Black with #BC329F

Text Example


Text Example

White with #BC329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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