Html Css Color HEX #BC298E Medium Red Violet

📋 copy color: '#BC298E'

red 188 ◦ green 41 ◦ blue 142

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

Shades of Medium Red Violet #BC298E

Tints of Medium Red Violet #BC298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 50.67%
G = 11.05%
B = 38.27%

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

#BC298E (or 0xBC298E) is known color: Medium Red Violet. HEX triplet: BC, 29 and 8E. RGB value is (188,41,142). Sum of RGB (Red+Green+Blue) = 188+41+142=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC298E is #43D671. Grayscale: #606060. Windows color (decimal): -4445810 or 9316796. OLE color: 9316796.

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

Color convert

RGB 188 41 142 -
CMYK 0 0.78 0.24 0.26
HSL 318.78º 0.64% 0.45% -
HSV(B) 318.78º 0.78% 0.74% -
XYZ 26.41 14.23 26.95 -
YUV 96.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 188 41 142 0 0.78 0.24 0.26 318.78 0.64 0.45
Hex BC 29 8E 0 4E 18 1A 13F 40 2D
Octal 274 51 216 0 116 30 32 477 100 55
Binary 10111100 101001 10001110 0 1001110 11000 11010 100111111 1000000 101101

Color Harmonies of #BC298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC298E

Black with #BC298E

Text Example


Text Example

White with #BC298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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