Html Css Color HEX #BC327B Medium Red Violet

📋 copy color: '#BC327B'

red 188 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #BC327B

Tints of Medium Red Violet #BC327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 52.08%
G = 13.85%
B = 34.07%

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

#BC327B (or 0xBC327B) is known color: Medium Red Violet. HEX triplet: BC, 32 and 7B. RGB value is (188,50,123). Sum of RGB (Red+Green+Blue) = 188+50+123=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC327B is #43CD84. Grayscale: #636363. Windows color (decimal): -4443525 or 8073916. OLE color: 8073916.

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

Color convert

RGB 188 50 123 -
CMYK 0 0.73 0.35 0.26
HSL 328.26º 0.58% 0.47% -
HSV(B) 328.26º 0.73% 0.74% -
XYZ 25.45 14.4 20.18 -
YUV 99.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 188 50 123 0 0.73 0.35 0.26 328.26 0.58 0.47
Hex BC 32 7B 0 49 23 1A 148 3A 2F
Octal 274 62 173 0 111 43 32 510 72 57
Binary 10111100 110010 1111011 0 1001001 100011 11010 101001000 111010 101111

Color Harmonies of #BC327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC327B

Black with #BC327B

Text Example


Text Example

White with #BC327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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