Html Css Color HEX #BC3B7D Medium Red Violet

📋 copy color: '#BC3B7D'

red 188 ◦ green 59 ◦ blue 125

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

Shades of Medium Red Violet #BC3B7D

Tints of Medium Red Violet #BC3B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 50.54%
G = 15.86%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC3B7D (or 0xBC3B7D) is known color: Medium Red Violet. HEX triplet: BC, 3B and 7D. RGB value is (188,59,125). Sum of RGB (Red+Green+Blue) = 188+59+125=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B7D is #43C482. Grayscale: #686868. Windows color (decimal): -4441219 or 8207292. OLE color: 8207292.

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

Color convert

RGB 188 59 125 -
CMYK 0 0.69 0.34 0.26
HSL 329.3º 0.52% 0.48% -
HSV(B) 329.3º 0.69% 0.74% -
XYZ 26 15.3 20.98 -
YUV 105.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 188 59 125 0 0.69 0.34 0.26 329.3 0.52 0.48
Hex BC 3B 7D 0 45 22 1A 149 34 30
Octal 274 73 175 0 105 42 32 511 64 60
Binary 10111100 111011 1111101 0 1000101 100010 11010 101001001 110100 110000

Color Harmonies of #BC3B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B7D

Black with #BC3B7D

Text Example


Text Example

White with #BC3B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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