Html Css Color HEX #BC329A Medium Red Violet

📋 copy color: '#BC329A'

red 188 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #BC329A

Tints of Medium Red Violet #BC329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 47.96%
G = 12.76%
B = 39.29%

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

#BC329A (or 0xBC329A) is known color: Medium Red Violet. HEX triplet: BC, 32 and 9A. RGB value is (188,50,154). Sum of RGB (Red+Green+Blue) = 188+50+154=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC329A is #43CD65. Grayscale: #666666. Windows color (decimal): -4443494 or 10105532. OLE color: 10105532.

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

Color convert

RGB 188 50 154 -
CMYK 0 0.73 0.18 0.26
HSL 314.78º 0.58% 0.47% -
HSV(B) 314.78º 0.73% 0.74% -
XYZ 27.71 15.31 32.07 -
YUV 103.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 188 50 154 0 0.73 0.18 0.26 314.78 0.58 0.47
Hex BC 32 9A 0 49 12 1A 13B 3A 2F
Octal 274 62 232 0 111 22 32 473 72 57
Binary 10111100 110010 10011010 0 1001001 10010 11010 100111011 111010 101111

Color Harmonies of #BC329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC329A

Black with #BC329A

Text Example


Text Example

White with #BC329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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