Html Css Color HEX #BC289F Medium Red Violet

📋 copy color: '#BC289F'

red 188 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #BC289F

Tints of Medium Red Violet #BC289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 48.58%
G = 10.34%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC289F (or 0xBC289F) is known color: Medium Red Violet. HEX triplet: BC, 28 and 9F. RGB value is (188,40,159). Sum of RGB (Red+Green+Blue) = 188+40+159=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC289F is #43D760. Grayscale: #616161. Windows color (decimal): -4446049 or 10430652. OLE color: 10430652.

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

Color convert

RGB 188 40 159 -
CMYK 0 0.79 0.15 0.26
HSL 311.76º 0.65% 0.45% -
HSV(B) 311.76º 0.79% 0.74% -
XYZ 27.76 14.71 34.18 -
YUV 97.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 188 40 159 0 0.79 0.15 0.26 311.76 0.65 0.45
Hex BC 28 9F 0 4F F 1A 138 41 2D
Octal 274 50 237 0 117 17 32 470 101 55
Binary 10111100 101000 10011111 0 1001111 1111 11010 100111000 1000001 101101

Color Harmonies of #BC289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC289F

Black with #BC289F

Text Example


Text Example

White with #BC289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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