Html Css Color HEX #BC3B80 Medium Red Violet

📋 copy color: '#BC3B80'

red 188 ◦ green 59 ◦ blue 128

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

Shades of Medium Red Violet #BC3B80

Tints of Medium Red Violet #BC3B80

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 50.13%
G = 15.73%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC3B80 (or 0xBC3B80) is known color: Medium Red Violet. HEX triplet: BC, 3B and 80. RGB value is (188,59,128). Sum of RGB (Red+Green+Blue) = 188+59+128=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3B80 is #43C47F. Grayscale: #696969. Windows color (decimal): -4441216 or 8403900. OLE color: 8403900.

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

Color convert

RGB 188 59 128 -
CMYK 0 0.69 0.32 0.26
HSL 327.91º 0.52% 0.48% -
HSV(B) 327.91º 0.69% 0.74% -
XYZ 26.2 15.38 22.01 -
YUV 105.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 188 59 128 0 0.69 0.32 0.26 327.91 0.52 0.48
Hex BC 3B 80 0 45 20 1A 148 34 30
Octal 274 73 200 0 105 40 32 510 64 60
Binary 10111100 111011 10000000 0 1000101 100000 11010 101001000 110100 110000

Color Harmonies of #BC3B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B80

Black with #BC3B80

Text Example


Text Example

White with #BC3B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B80; }

 p { color: rgb(188,59,128); }

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

background-color css

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

 a { background-color: rgb(188,59,128); }

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

border-color css

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

 span { border-color: rgb(188,59,128); }

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