Html Css Color HEX #BC249C Medium Red Violet

📋 copy color: '#BC249C'

red 188 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #BC249C

Tints of Medium Red Violet #BC249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 49.47%
G = 9.47%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC249C (or 0xBC249C) is known color: Medium Red Violet. HEX triplet: BC, 24 and 9C. RGB value is (188,36,156). Sum of RGB (Red+Green+Blue) = 188+36+156=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC249C is #43DB63. Grayscale: #5E5E5E. Windows color (decimal): -4447076 or 10233020. OLE color: 10233020.

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

Color convert

RGB 188 36 156 -
CMYK 0 0.81 0.17 0.26
HSL 312.63º 0.68% 0.44% -
HSV(B) 312.63º 0.81% 0.74% -
XYZ 27.37 14.35 32.78 -
YUV 95.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 188 36 156 0 0.81 0.17 0.26 312.63 0.68 0.44
Hex BC 24 9C 0 51 11 1A 139 44 2C
Octal 274 44 234 0 121 21 32 471 104 54
Binary 10111100 100100 10011100 0 1010001 10001 11010 100111001 1000100 101100

Color Harmonies of #BC249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC249C

Black with #BC249C

Text Example


Text Example

White with #BC249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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