Html Css Color HEX #BC287B Medium Red Violet

📋 copy color: '#BC287B'

red 188 ◦ green 40 ◦ blue 123

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

Shades of Medium Red Violet #BC287B

Tints of Medium Red Violet #BC287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 53.56%
G = 11.4%
B = 35.04%

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

#BC287B (or 0xBC287B) is known color: Medium Red Violet. HEX triplet: BC, 28 and 7B. RGB value is (188,40,123). Sum of RGB (Red+Green+Blue) = 188+40+123=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC287B is #43D784. Grayscale: #5D5D5D. Windows color (decimal): -4446085 or 8071356. OLE color: 8071356.

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

Color convert

RGB 188 40 123 -
CMYK 0 0.79 0.35 0.26
HSL 326.35º 0.65% 0.45% -
HSV(B) 326.35º 0.79% 0.74% -
XYZ 25.07 13.64 20.05 -
YUV 93.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 188 40 123 0 0.79 0.35 0.26 326.35 0.65 0.45
Hex BC 28 7B 0 4F 23 1A 146 41 2D
Octal 274 50 173 0 117 43 32 506 101 55
Binary 10111100 101000 1111011 0 1001111 100011 11010 101000110 1000001 101101

Color Harmonies of #BC287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC287B

Black with #BC287B

Text Example


Text Example

White with #BC287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC287B; }

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

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

background-color css

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

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

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

border-color css

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

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

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