Html Css Color HEX #BC2983 Medium Red Violet

📋 copy color: '#BC2983'

red 188 ◦ green 41 ◦ blue 131

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

Shades of Medium Red Violet #BC2983

Tints of Medium Red Violet #BC2983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 52.22%
G = 11.39%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC2983 (or 0xBC2983) is known color: Medium Red Violet. HEX triplet: BC, 29 and 83. RGB value is (188,41,131). Sum of RGB (Red+Green+Blue) = 188+41+131=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2983 is #43D67C. Grayscale: #5F5F5F. Windows color (decimal): -4445821 or 8595900. OLE color: 8595900.

HSL color Cylindrical-coordinate representation of color #BC2983: hue angle of 323.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2983 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 131 -
CMYK 0 0.78 0.30 0.26
HSL 323.27º 0.64% 0.45% -
HSV(B) 323.27º 0.78% 0.74% -
XYZ 25.63 13.92 22.81 -
YUV 95.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 188 41 131 0 0.78 0.30 0.26 323.27 0.64 0.45
Hex BC 29 83 0 4E 1E 1A 143 40 2D
Octal 274 51 203 0 116 36 32 503 100 55
Binary 10111100 101001 10000011 0 1001110 11110 11010 101000011 1000000 101101

Color Harmonies of #BC2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2983

Black with #BC2983

Text Example


Text Example

White with #BC2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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