Html Css Color HEX #BC287A Medium Red Violet

📋 copy color: '#BC287A'

red 188 ◦ green 40 ◦ blue 122

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

Shades of Medium Red Violet #BC287A

Tints of Medium Red Violet #BC287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 53.71%
G = 11.43%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC287A (or 0xBC287A) is known color: Medium Red Violet. HEX triplet: BC, 28 and 7A. RGB value is (188,40,122). Sum of RGB (Red+Green+Blue) = 188+40+122=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC287A is #43D785. Grayscale: #5D5D5D. Windows color (decimal): -4446086 or 8005820. OLE color: 8005820.

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

Color convert

RGB 188 40 122 -
CMYK 0 0.79 0.35 0.26
HSL 326.76º 0.65% 0.45% -
HSV(B) 326.76º 0.79% 0.74% -
XYZ 25.01 13.61 19.72 -
YUV 93.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 188 40 122 0 0.79 0.35 0.26 326.76 0.65 0.45
Hex BC 28 7A 0 4F 23 1A 147 41 2D
Octal 274 50 172 0 117 43 32 507 101 55
Binary 10111100 101000 1111010 0 1001111 100011 11010 101000111 1000001 101101

Color Harmonies of #BC287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC287A

Black with #BC287A

Text Example


Text Example

White with #BC287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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