Html Css Color HEX #BC299C Medium Red Violet

📋 copy color: '#BC299C'

red 188 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #BC299C

Tints of Medium Red Violet #BC299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 48.83%
G = 10.65%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC299C (or 0xBC299C) is known color: Medium Red Violet. HEX triplet: BC, 29 and 9C. RGB value is (188,41,156). Sum of RGB (Red+Green+Blue) = 188+41+156=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC299C is #43D663. Grayscale: #616161. Windows color (decimal): -4445796 or 10234300. OLE color: 10234300.

HSL color Cylindrical-coordinate representation of color #BC299C: hue angle of 313.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC299C is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 156 -
CMYK 0 0.78 0.17 0.26
HSL 313.06º 0.64% 0.45% -
HSV(B) 313.06º 0.78% 0.74% -
XYZ 27.53 14.68 32.83 -
YUV 98.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 188 41 156 0 0.78 0.17 0.26 313.06 0.64 0.45
Hex BC 29 9C 0 4E 11 1A 139 40 2D
Octal 274 51 234 0 116 21 32 471 100 55
Binary 10111100 101001 10011100 0 1001110 10001 11010 100111001 1000000 101101

Color Harmonies of #BC299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC299C

Black with #BC299C

Text Example


Text Example

White with #BC299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC299C; }

 p { color: rgb(188,41,156); }

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

background-color css

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

 a { background-color: rgb(188,41,156); }

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

border-color css

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

 span { border-color: rgb(188,41,156); }

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