Html Css Color HEX #BC3185 Medium Red Violet

📋 copy color: '#BC3185'

red 188 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #BC3185

Tints of Medium Red Violet #BC3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.24%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 50.81%
G = 13.24%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC3185 (or 0xBC3185) is known color: Medium Red Violet. HEX triplet: BC, 31 and 85. RGB value is (188,49,133). Sum of RGB (Red+Green+Blue) = 188+49+133=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3185 is #43CE7A. Grayscale: #636363. Windows color (decimal): -4443771 or 8729020. OLE color: 8729020.

HSL color Cylindrical-coordinate representation of color #BC3185: hue angle of 323.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3185 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 133 -
CMYK 0 0.74 0.29 0.26
HSL 323.74º 0.59% 0.46% -
HSV(B) 323.74º 0.74% 0.74% -
XYZ 26.07 14.58 23.63 -
YUV 100.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 188 49 133 0 0.74 0.29 0.26 323.74 0.59 0.46
Hex BC 31 85 0 4A 1D 1A 144 3B 2E
Octal 274 61 205 0 112 35 32 504 73 56
Binary 10111100 110001 10000101 0 1001010 11101 11010 101000100 111011 101110

Color Harmonies of #BC3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3185

Black with #BC3185

Text Example


Text Example

White with #BC3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3185; }

 p { color: rgb(188,49,133); }

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

background-color css

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

 a { background-color: rgb(188,49,133); }

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

border-color css

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

 span { border-color: rgb(188,49,133); }

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