Html Css Color HEX #BC299F Medium Red Violet

📋 copy color: '#BC299F'

red 188 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #BC299F

Tints of Medium Red Violet #BC299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 48.45%
G = 10.57%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC299F (or 0xBC299F) is known color: Medium Red Violet. HEX triplet: BC, 29 and 9F. RGB value is (188,41,159). Sum of RGB (Red+Green+Blue) = 188+41+159=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC299F is #43D660. Grayscale: #626262. Windows color (decimal): -4445793 or 10430908. OLE color: 10430908.

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

Color convert

RGB 188 41 159 -
CMYK 0 0.78 0.15 0.26
HSL 311.84º 0.64% 0.45% -
HSV(B) 311.84º 0.78% 0.74% -
XYZ 27.79 14.78 34.19 -
YUV 98.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 188 41 159 0 0.78 0.15 0.26 311.84 0.64 0.45
Hex BC 29 9F 0 4E F 1A 138 40 2D
Octal 274 51 237 0 116 17 32 470 100 55
Binary 10111100 101001 10011111 0 1001110 1111 11010 100111000 1000000 101101

Color Harmonies of #BC299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC299F

Black with #BC299F

Text Example


Text Example

White with #BC299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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