Html Css Color HEX #BC249E Medium Red Violet

📋 copy color: '#BC249E'

red 188 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #BC249E

Tints of Medium Red Violet #BC249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 49.21%
G = 9.42%
B = 41.36%

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

#BC249E (or 0xBC249E) is known color: Medium Red Violet. HEX triplet: BC, 24 and 9E. RGB value is (188,36,158). Sum of RGB (Red+Green+Blue) = 188+36+158=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC249E is #43DB61. Grayscale: #5F5F5F. Windows color (decimal): -4447074 or 10364092. OLE color: 10364092.

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

Color convert

RGB 188 36 158 -
CMYK 0 0.81 0.16 0.26
HSL 311.84º 0.68% 0.44% -
HSV(B) 311.84º 0.81% 0.74% -
XYZ 27.54 14.42 33.68 -
YUV 95.36 163.36 194.08 -
System Red Green Blue C M Y K H S L
Decimal 188 36 158 0 0.81 0.16 0.26 311.84 0.68 0.44
Hex BC 24 9E 0 51 10 1A 138 44 2C
Octal 274 44 236 0 121 20 32 470 104 54
Binary 10111100 100100 10011110 0 1010001 10000 11010 100111000 1000100 101100

Color Harmonies of #BC249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC249E

Black with #BC249E

Text Example


Text Example

White with #BC249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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