Html Css Color HEX #BC3583 Medium Red Violet

📋 copy color: '#BC3583'

red 188 ◦ green 53 ◦ blue 131

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

Shades of Medium Red Violet #BC3583

Tints of Medium Red Violet #BC3583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

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

R = 50.54%
G = 14.25%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC3583 (or 0xBC3583) is known color: Medium Red Violet. HEX triplet: BC, 35 and 83. RGB value is (188,53,131). Sum of RGB (Red+Green+Blue) = 188+53+131=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3583 is #43CA7C. Grayscale: #666666. Windows color (decimal): -4442749 or 8598972. OLE color: 8598972.

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

Color convert

RGB 188 53 131 -
CMYK 0 0.72 0.30 0.26
HSL 325.33º 0.56% 0.47% -
HSV(B) 325.33º 0.72% 0.74% -
XYZ 26.11 14.88 22.97 -
YUV 102.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 188 53 131 0 0.72 0.30 0.26 325.33 0.56 0.47
Hex BC 35 83 0 48 1E 1A 145 38 2F
Octal 274 65 203 0 110 36 32 505 70 57
Binary 10111100 110101 10000011 0 1001000 11110 11010 101000101 111000 101111

Color Harmonies of #BC3583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3583

Black with #BC3583

Text Example


Text Example

White with #BC3583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3583; }

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

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

background-color css

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

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

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

border-color css

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

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

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