Html Css Color HEX #BC286E Medium Red Violet

📋 copy color: '#BC286E'

red 188 ◦ green 40 ◦ blue 110

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

Shades of Medium Red Violet #BC286E

Tints of Medium Red Violet #BC286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 55.62%
G = 11.83%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC286E (or 0xBC286E) is known color: Medium Red Violet. HEX triplet: BC, 28 and 6E. RGB value is (188,40,110). Sum of RGB (Red+Green+Blue) = 188+40+110=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC286E is #43D791. Grayscale: #5C5C5C. Windows color (decimal): -4446098 or 7219388. OLE color: 7219388.

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

Color convert

RGB 188 40 110 -
CMYK 0 0.79 0.41 0.26
HSL 331.62º 0.65% 0.45% -
HSV(B) 331.62º 0.79% 0.74% -
XYZ 24.31 13.33 16.04 -
YUV 92.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 188 40 110 0 0.79 0.41 0.26 331.62 0.65 0.45
Hex BC 28 6E 0 4F 29 1A 14C 41 2D
Octal 274 50 156 0 117 51 32 514 101 55
Binary 10111100 101000 1101110 0 1001111 101001 11010 101001100 1000001 101101

Color Harmonies of #BC286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC286E

Black with #BC286E

Text Example


Text Example

White with #BC286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC286E; }

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

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

background-color css

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

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

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

border-color css

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

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

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