Html Css Color HEX #BC276F Medium Red Violet

📋 copy color: '#BC276F'

red 188 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #BC276F

Tints of Medium Red Violet #BC276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 55.62%
G = 11.54%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC276F (or 0xBC276F) is known color: Medium Red Violet. HEX triplet: BC, 27 and 6F. RGB value is (188,39,111). Sum of RGB (Red+Green+Blue) = 188+39+111=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC276F is #43D890. Grayscale: #5B5B5B. Windows color (decimal): -4446353 or 7284668. OLE color: 7284668.

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

Color convert

RGB 188 39 111 -
CMYK 0 0.79 0.41 0.26
HSL 331.01º 0.66% 0.45% -
HSV(B) 331.01º 0.79% 0.74% -
XYZ 24.33 13.29 16.32 -
YUV 91.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 188 39 111 0 0.79 0.41 0.26 331.01 0.66 0.45
Hex BC 27 6F 0 4F 29 1A 14B 42 2D
Octal 274 47 157 0 117 51 32 513 102 55
Binary 10111100 100111 1101111 0 1001111 101001 11010 101001011 1000010 101101

Color Harmonies of #BC276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC276F

Black with #BC276F

Text Example


Text Example

White with #BC276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC276F; }

 p { color: rgb(188,39,111); }

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

background-color css

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

 a { background-color: rgb(188,39,111); }

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

border-color css

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

 span { border-color: rgb(188,39,111); }

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