Html Css Color HEX #BC2895 Medium Red Violet

📋 copy color: '#BC2895'

red 188 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #BC2895

Tints of Medium Red Violet #BC2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 49.87%
G = 10.61%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC2895 (or 0xBC2895) is known color: Medium Red Violet. HEX triplet: BC, 28 and 95. RGB value is (188,40,149). Sum of RGB (Red+Green+Blue) = 188+40+149=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2895 is #43D76A. Grayscale: #606060. Windows color (decimal): -4446059 or 9775292. OLE color: 9775292.

HSL color Cylindrical-coordinate representation of color #BC2895: hue angle of 315.81º degrees, saturation: 0.65, 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 #BC2895 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 149 -
CMYK 0 0.79 0.21 0.26
HSL 315.81º 0.65% 0.45% -
HSV(B) 315.81º 0.79% 0.74% -
XYZ 26.92 14.38 29.79 -
YUV 96.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 188 40 149 0 0.79 0.21 0.26 315.81 0.65 0.45
Hex BC 28 95 0 4F 15 1A 13C 41 2D
Octal 274 50 225 0 117 25 32 474 101 55
Binary 10111100 101000 10010101 0 1001111 10101 11010 100111100 1000001 101101

Color Harmonies of #BC2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2895

Black with #BC2895

Text Example


Text Example

White with #BC2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2895; }

 p { color: rgb(188,40,149); }

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

background-color css

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

 a { background-color: rgb(188,40,149); }

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

border-color css

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

 span { border-color: rgb(188,40,149); }

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