Html Css Color HEX #BC298F Medium Red Violet

📋 copy color: '#BC298F'

red 188 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #BC298F

Tints of Medium Red Violet #BC298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 50.54%
G = 11.02%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC298F (or 0xBC298F) is known color: Medium Red Violet. HEX triplet: BC, 29 and 8F. RGB value is (188,41,143). Sum of RGB (Red+Green+Blue) = 188+41+143=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC298F is #43D670. Grayscale: #606060. Windows color (decimal): -4445809 or 9382332. OLE color: 9382332.

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

Color convert

RGB 188 41 143 -
CMYK 0 0.78 0.24 0.26
HSL 318.37º 0.64% 0.45% -
HSV(B) 318.37º 0.78% 0.74% -
XYZ 26.49 14.26 27.34 -
YUV 96.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 188 41 143 0 0.78 0.24 0.26 318.37 0.64 0.45
Hex BC 29 8F 0 4E 18 1A 13E 40 2D
Octal 274 51 217 0 116 30 32 476 100 55
Binary 10111100 101001 10001111 0 1001110 11000 11010 100111110 1000000 101101

Color Harmonies of #BC298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC298F

Black with #BC298F

Text Example


Text Example

White with #BC298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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