Html Css Color HEX #BC289B Medium Red Violet

📋 copy color: '#BC289B'

red 188 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #BC289B

Tints of Medium Red Violet #BC289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 49.09%
G = 10.44%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC289B (or 0xBC289B) is known color: Medium Red Violet. HEX triplet: BC, 28 and 9B. RGB value is (188,40,155). Sum of RGB (Red+Green+Blue) = 188+40+155=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC289B is #43D764. Grayscale: #616161. Windows color (decimal): -4446053 or 10168508. OLE color: 10168508.

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

Color convert

RGB 188 40 155 -
CMYK 0 0.79 0.18 0.26
HSL 313.38º 0.65% 0.45% -
HSV(B) 313.38º 0.79% 0.74% -
XYZ 27.41 14.58 32.38 -
YUV 97.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 188 40 155 0 0.79 0.18 0.26 313.38 0.65 0.45
Hex BC 28 9B 0 4F 12 1A 139 41 2D
Octal 274 50 233 0 117 22 32 471 101 55
Binary 10111100 101000 10011011 0 1001111 10010 11010 100111001 1000001 101101

Color Harmonies of #BC289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC289B

Black with #BC289B

Text Example


Text Example

White with #BC289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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