Html Css Color HEX #BC247C Medium Red Violet

📋 copy color: '#BC247C'

red 188 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #BC247C

Tints of Medium Red Violet #BC247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 54.02%
G = 10.34%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC247C (or 0xBC247C) is known color: Medium Red Violet. HEX triplet: BC, 24 and 7C. RGB value is (188,36,124). Sum of RGB (Red+Green+Blue) = 188+36+124=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC247C is #43DB83. Grayscale: #5B5B5B. Windows color (decimal): -4447108 or 8135868. OLE color: 8135868.

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

Color convert

RGB 188 36 124 -
CMYK 0 0.81 0.34 0.26
HSL 325.26º 0.68% 0.44% -
HSV(B) 325.26º 0.81% 0.74% -
XYZ 25.01 13.41 20.34 -
YUV 91.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 188 36 124 0 0.81 0.34 0.26 325.26 0.68 0.44
Hex BC 24 7C 0 51 22 1A 145 44 2C
Octal 274 44 174 0 121 42 32 505 104 54
Binary 10111100 100100 1111100 0 1010001 100010 11010 101000101 1000100 101100

Color Harmonies of #BC247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC247C

Black with #BC247C

Text Example


Text Example

White with #BC247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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