Html Css Color HEX #BC3287 Medium Red Violet

📋 copy color: '#BC3287'

red 188 ◦ green 50 ◦ blue 135

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

Shades of Medium Red Violet #BC3287

Tints of Medium Red Violet #BC3287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 50.4%
G = 13.4%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC3287 (or 0xBC3287) is known color: Medium Red Violet. HEX triplet: BC, 32 and 87. RGB value is (188,50,135). Sum of RGB (Red+Green+Blue) = 188+50+135=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3287 is #43CD78. Grayscale: #646464. Windows color (decimal): -4443513 or 8860348. OLE color: 8860348.

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

Color convert

RGB 188 50 135 -
CMYK 0 0.73 0.28 0.26
HSL 323.04º 0.58% 0.47% -
HSV(B) 323.04º 0.73% 0.74% -
XYZ 26.25 14.72 24.38 -
YUV 100.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 188 50 135 0 0.73 0.28 0.26 323.04 0.58 0.47
Hex BC 32 87 0 49 1C 1A 143 3A 2F
Octal 274 62 207 0 111 34 32 503 72 57
Binary 10111100 110010 10000111 0 1001001 11100 11010 101000011 111010 101111

Color Harmonies of #BC3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3287

Black with #BC3287

Text Example


Text Example

White with #BC3287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3287; }

 p { color: rgb(188,50,135); }

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

background-color css

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

 a { background-color: rgb(188,50,135); }

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

border-color css

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

 span { border-color: rgb(188,50,135); }

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