Html Css Color HEX #BC3183 Medium Red Violet

📋 copy color: '#BC3183'

red 188 ◦ green 49 ◦ blue 131

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

Shades of Medium Red Violet #BC3183

Tints of Medium Red Violet #BC3183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 51.09%
G = 13.32%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC3183 (or 0xBC3183) is known color: Medium Red Violet. HEX triplet: BC, 31 and 83. RGB value is (188,49,131). Sum of RGB (Red+Green+Blue) = 188+49+131=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3183 is #43CE7C. Grayscale: #636363. Windows color (decimal): -4443773 or 8597948. OLE color: 8597948.

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

Color convert

RGB 188 49 131 -
CMYK 0 0.74 0.30 0.26
HSL 324.6º 0.59% 0.46% -
HSV(B) 324.6º 0.74% 0.74% -
XYZ 25.93 14.53 22.91 -
YUV 99.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 188 49 131 0 0.74 0.30 0.26 324.6 0.59 0.46
Hex BC 31 83 0 4A 1E 1A 145 3B 2E
Octal 274 61 203 0 112 36 32 505 73 56
Binary 10111100 110001 10000011 0 1001010 11110 11010 101000101 111011 101110

Color Harmonies of #BC3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3183

Black with #BC3183

Text Example


Text Example

White with #BC3183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3183; }

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

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

background-color css

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

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

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

border-color css

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

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

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