Html Css Color HEX #BC288E Medium Red Violet

📋 copy color: '#BC288E'

red 188 ◦ green 40 ◦ blue 142

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

Shades of Medium Red Violet #BC288E

Tints of Medium Red Violet #BC288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 50.81%
G = 10.81%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC288E (or 0xBC288E) is known color: Medium Red Violet. HEX triplet: BC, 28 and 8E. RGB value is (188,40,142). Sum of RGB (Red+Green+Blue) = 188+40+142=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC288E is #43D771. Grayscale: #5F5F5F. Windows color (decimal): -4446066 or 9316540. OLE color: 9316540.

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

Color convert

RGB 188 40 142 -
CMYK 0 0.79 0.24 0.26
HSL 318.65º 0.65% 0.45% -
HSV(B) 318.65º 0.79% 0.74% -
XYZ 26.38 14.16 26.93 -
YUV 95.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 188 40 142 0 0.79 0.24 0.26 318.65 0.65 0.45
Hex BC 28 8E 0 4F 18 1A 13F 41 2D
Octal 274 50 216 0 117 30 32 477 101 55
Binary 10111100 101000 10001110 0 1001111 11000 11010 100111111 1000001 101101

Color Harmonies of #BC288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC288E

Black with #BC288E

Text Example


Text Example

White with #BC288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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