Html Css Color HEX #BC249D Medium Red Violet

📋 copy color: '#BC249D'

red 188 ◦ green 36 ◦ blue 157

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

Shades of Medium Red Violet #BC249D

Tints of Medium Red Violet #BC249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 49.34%
G = 9.45%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC249D (or 0xBC249D) is known color: Medium Red Violet. HEX triplet: BC, 24 and 9D. RGB value is (188,36,157). Sum of RGB (Red+Green+Blue) = 188+36+157=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC249D is #43DB62. Grayscale: #5E5E5E. Windows color (decimal): -4447075 or 10298556. OLE color: 10298556.

HSL color Cylindrical-coordinate representation of color #BC249D: hue angle of 312.24º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC249D is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 157 -
CMYK 0 0.81 0.16 0.26
HSL 312.24º 0.68% 0.44% -
HSV(B) 312.24º 0.81% 0.74% -
XYZ 27.46 14.39 33.23 -
YUV 95.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 188 36 157 0 0.81 0.16 0.26 312.24 0.68 0.44
Hex BC 24 9D 0 51 10 1A 138 44 2C
Octal 274 44 235 0 121 20 32 470 104 54
Binary 10111100 100100 10011101 0 1010001 10000 11010 100111000 1000100 101100

Color Harmonies of #BC249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC249D

Black with #BC249D

Text Example


Text Example

White with #BC249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC249D; }

 p { color: rgb(188,36,157); }

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

background-color css

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

 a { background-color: rgb(188,36,157); }

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

border-color css

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

 span { border-color: rgb(188,36,157); }

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