Html Css Color HEX #BC289D Medium Red Violet

📋 copy color: '#BC289D'

red 188 ◦ green 40 ◦ blue 157

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

Shades of Medium Red Violet #BC289D

Tints of Medium Red Violet #BC289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 48.83%
G = 10.39%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC289D (or 0xBC289D) is known color: Medium Red Violet. HEX triplet: BC, 28 and 9D. RGB value is (188,40,157). Sum of RGB (Red+Green+Blue) = 188+40+157=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC289D is #43D762. Grayscale: #616161. Windows color (decimal): -4446051 or 10299580. OLE color: 10299580.

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

Color convert

RGB 188 40 157 -
CMYK 0 0.79 0.16 0.26
HSL 312.57º 0.65% 0.45% -
HSV(B) 312.57º 0.79% 0.74% -
XYZ 27.58 14.64 33.27 -
YUV 97.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 188 40 157 0 0.79 0.16 0.26 312.57 0.65 0.45
Hex BC 28 9D 0 4F 10 1A 139 41 2D
Octal 274 50 235 0 117 20 32 471 101 55
Binary 10111100 101000 10011101 0 1001111 10000 11010 100111001 1000001 101101

Color Harmonies of #BC289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC289D

Black with #BC289D

Text Example


Text Example

White with #BC289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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