Html Css Color HEX #BC329B Medium Red Violet

📋 copy color: '#BC329B'

red 188 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #BC329B

Tints of Medium Red Violet #BC329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 47.84%
G = 12.72%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC329B (or 0xBC329B) is known color: Medium Red Violet. HEX triplet: BC, 32 and 9B. RGB value is (188,50,155). Sum of RGB (Red+Green+Blue) = 188+50+155=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC329B is #43CD64. Grayscale: #666666. Windows color (decimal): -4443493 or 10171068. OLE color: 10171068.

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

Color convert

RGB 188 50 155 -
CMYK 0 0.73 0.18 0.26
HSL 314.35º 0.58% 0.47% -
HSV(B) 314.35º 0.73% 0.74% -
XYZ 27.8 15.34 32.51 -
YUV 103.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 188 50 155 0 0.73 0.18 0.26 314.35 0.58 0.47
Hex BC 32 9B 0 49 12 1A 13A 3A 2F
Octal 274 62 233 0 111 22 32 472 72 57
Binary 10111100 110010 10011011 0 1001001 10010 11010 100111010 111010 101111

Color Harmonies of #BC329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC329B

Black with #BC329B

Text Example


Text Example

White with #BC329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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