Html Css Color HEX #BC288B Medium Red Violet

📋 copy color: '#BC288B'

red 188 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #BC288B

Tints of Medium Red Violet #BC288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.87%

R = 51.23%
G = 10.9%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC288B (or 0xBC288B) is known color: Medium Red Violet. HEX triplet: BC, 28 and 8B. RGB value is (188,40,139). Sum of RGB (Red+Green+Blue) = 188+40+139=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC288B is #43D774. Grayscale: #5F5F5F. Windows color (decimal): -4446069 or 9119932. OLE color: 9119932.

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

Color convert

RGB 188 40 139 -
CMYK 0 0.79 0.26 0.26
HSL 319.86º 0.65% 0.45% -
HSV(B) 319.86º 0.79% 0.74% -
XYZ 26.16 14.07 25.76 -
YUV 95.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 188 40 139 0 0.79 0.26 0.26 319.86 0.65 0.45
Hex BC 28 8B 0 4F 1A 1A 140 41 2D
Octal 274 50 213 0 117 32 32 500 101 55
Binary 10111100 101000 10001011 0 1001111 11010 11010 101000000 1000001 101101

Color Harmonies of #BC288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC288B

Black with #BC288B

Text Example


Text Example

White with #BC288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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