Html Css Color HEX #BC3276 Medium Red Violet

📋 copy color: '#BC3276'

red 188 ◦ green 50 ◦ blue 118

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

Shades of Medium Red Violet #BC3276

Tints of Medium Red Violet #BC3276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 52.81%
G = 14.04%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC3276 (or 0xBC3276) is known color: Medium Red Violet. HEX triplet: BC, 32 and 76. RGB value is (188,50,118). Sum of RGB (Red+Green+Blue) = 188+50+118=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3276 is #43CD89. Grayscale: #626262. Windows color (decimal): -4443530 or 7746236. OLE color: 7746236.

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

Color convert

RGB 188 50 118 -
CMYK 0 0.73 0.37 0.26
HSL 330.43º 0.58% 0.47% -
HSV(B) 330.43º 0.73% 0.74% -
XYZ 25.15 14.28 18.57 -
YUV 99.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 188 50 118 0 0.73 0.37 0.26 330.43 0.58 0.47
Hex BC 32 76 0 49 25 1A 14A 3A 2F
Octal 274 62 166 0 111 45 32 512 72 57
Binary 10111100 110010 1110110 0 1001001 100101 11010 101001010 111010 101111

Color Harmonies of #BC3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3276

Black with #BC3276

Text Example


Text Example

White with #BC3276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3276; }

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

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

background-color css

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

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

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

border-color css

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

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

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