Html Css Color HEX #BC327A Medium Red Violet

📋 copy color: '#BC327A'

red 188 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #BC327A

Tints of Medium Red Violet #BC327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 52.22%
G = 13.89%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC327A (or 0xBC327A) is known color: Medium Red Violet. HEX triplet: BC, 32 and 7A. RGB value is (188,50,122). Sum of RGB (Red+Green+Blue) = 188+50+122=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC327A is #43CD85. Grayscale: #636363. Windows color (decimal): -4443526 or 8008380. OLE color: 8008380.

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

Color convert

RGB 188 50 122 -
CMYK 0 0.73 0.35 0.26
HSL 328.7º 0.58% 0.47% -
HSV(B) 328.7º 0.73% 0.74% -
XYZ 25.39 14.38 19.85 -
YUV 99.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 188 50 122 0 0.73 0.35 0.26 328.7 0.58 0.47
Hex BC 32 7A 0 49 23 1A 149 3A 2F
Octal 274 62 172 0 111 43 32 511 72 57
Binary 10111100 110010 1111010 0 1001001 100011 11010 101001001 111010 101111

Color Harmonies of #BC327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC327A

Black with #BC327A

Text Example


Text Example

White with #BC327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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