Html Css Color HEX #BC3172 Medium Red Violet

📋 copy color: '#BC3172'

red 188 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #BC3172

Tints of Medium Red Violet #BC3172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 53.56%
G = 13.96%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC3172 (or 0xBC3172) is known color: Medium Red Violet. HEX triplet: BC, 31 and 72. RGB value is (188,49,114). Sum of RGB (Red+Green+Blue) = 188+49+114=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3172 is #43CE8D. Grayscale: #616161. Windows color (decimal): -4443790 or 7483836. OLE color: 7483836.

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

Color convert

RGB 188 49 114 -
CMYK 0 0.74 0.39 0.26
HSL 331.94º 0.59% 0.46% -
HSV(B) 331.94º 0.74% 0.74% -
XYZ 24.87 14.1 17.33 -
YUV 97.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 188 49 114 0 0.74 0.39 0.26 331.94 0.59 0.46
Hex BC 31 72 0 4A 27 1A 14C 3B 2E
Octal 274 61 162 0 112 47 32 514 73 56
Binary 10111100 110001 1110010 0 1001010 100111 11010 101001100 111011 101110

Color Harmonies of #BC3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3172

Black with #BC3172

Text Example


Text Example

White with #BC3172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3172; }

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

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

background-color css

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

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

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

border-color css

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

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

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