Html Css Color HEX #BC379B Medium Red Violet

📋 copy color: '#BC379B'

red 188 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #BC379B

Tints of Medium Red Violet #BC379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 47.24%
G = 13.82%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC379B (or 0xBC379B) is known color: Medium Red Violet. HEX triplet: BC, 37 and 9B. RGB value is (188,55,155). Sum of RGB (Red+Green+Blue) = 188+55+155=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC379B is #43C864. Grayscale: #696969. Windows color (decimal): -4442213 or 10172348. OLE color: 10172348.

HSL color Cylindrical-coordinate representation of color #BC379B: hue angle of 314.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC379B is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 155 -
CMYK 0 0.71 0.18 0.26
HSL 314.89º 0.55% 0.48% -
HSV(B) 314.89º 0.71% 0.74% -
XYZ 28.02 15.79 32.58 -
YUV 106.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 188 55 155 0 0.71 0.18 0.26 314.89 0.55 0.48
Hex BC 37 9B 0 47 12 1A 13B 37 30
Octal 274 67 233 0 107 22 32 473 67 60
Binary 10111100 110111 10011011 0 1000111 10010 11010 100111011 110111 110000

Color Harmonies of #BC379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC379B

Black with #BC379B

Text Example


Text Example

White with #BC379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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