Html Css Color HEX #BC3181 Medium Red Violet

📋 copy color: '#BC3181'

red 188 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #BC3181

Tints of Medium Red Violet #BC3181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 51.37%
G = 13.39%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC3181 (or 0xBC3181) is known color: Medium Red Violet. HEX triplet: BC, 31 and 81. RGB value is (188,49,129). Sum of RGB (Red+Green+Blue) = 188+49+129=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3181 is #43CE7E. Grayscale: #636363. Windows color (decimal): -4443775 or 8466876. OLE color: 8466876.

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

Color convert

RGB 188 49 129 -
CMYK 0 0.74 0.31 0.26
HSL 325.47º 0.59% 0.46% -
HSV(B) 325.47º 0.74% 0.74% -
XYZ 25.8 14.47 22.2 -
YUV 99.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 188 49 129 0 0.74 0.31 0.26 325.47 0.59 0.46
Hex BC 31 81 0 4A 1F 1A 145 3B 2E
Octal 274 61 201 0 112 37 32 505 73 56
Binary 10111100 110001 10000001 0 1001010 11111 11010 101000101 111011 101110

Color Harmonies of #BC3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3181

Black with #BC3181

Text Example


Text Example

White with #BC3181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3181; }

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

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

background-color css

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

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

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

border-color css

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

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

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