Html Css Color HEX #BC327F Medium Red Violet

📋 copy color: '#BC327F'

red 188 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #BC327F

Tints of Medium Red Violet #BC327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 51.51%
G = 13.7%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC327F (or 0xBC327F) is known color: Medium Red Violet. HEX triplet: BC, 32 and 7F. RGB value is (188,50,127). Sum of RGB (Red+Green+Blue) = 188+50+127=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC327F is #43CD80. Grayscale: #636363. Windows color (decimal): -4443521 or 8336060. OLE color: 8336060.

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

Color convert

RGB 188 50 127 -
CMYK 0 0.73 0.32 0.26
HSL 326.52º 0.58% 0.47% -
HSV(B) 326.52º 0.73% 0.74% -
XYZ 25.71 14.5 21.52 -
YUV 100.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 188 50 127 0 0.73 0.32 0.26 326.52 0.58 0.47
Hex BC 32 7F 0 49 20 1A 147 3A 2F
Octal 274 62 177 0 111 40 32 507 72 57
Binary 10111100 110010 1111111 0 1001001 100000 11010 101000111 111010 101111

Color Harmonies of #BC327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC327F

Black with #BC327F

Text Example


Text Example

White with #BC327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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