Html Css Color HEX #BC298B Medium Red Violet

📋 copy color: '#BC298B'

red 188 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #BC298B

Tints of Medium Red Violet #BC298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 51.09%
G = 11.14%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC298B (or 0xBC298B) is known color: Medium Red Violet. HEX triplet: BC, 29 and 8B. RGB value is (188,41,139). Sum of RGB (Red+Green+Blue) = 188+41+139=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC298B is #43D674. Grayscale: #5F5F5F. Windows color (decimal): -4445813 or 9120188. OLE color: 9120188.

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

Color convert

RGB 188 41 139 -
CMYK 0 0.78 0.26 0.26
HSL 320º 0.64% 0.45% -
HSV(B) 320º 0.78% 0.74% -
XYZ 26.19 14.14 25.78 -
YUV 96.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 188 41 139 0 0.78 0.26 0.26 320 0.64 0.45
Hex BC 29 8B 0 4E 1A 1A 140 40 2D
Octal 274 51 213 0 116 32 32 500 100 55
Binary 10111100 101001 10001011 0 1001110 11010 11010 101000000 1000000 101101

Color Harmonies of #BC298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC298B

Black with #BC298B

Text Example


Text Example

White with #BC298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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