Html Css Color HEX #BC248D Medium Red Violet

📋 copy color: '#BC248D'

red 188 ◦ green 36 ◦ blue 141

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

Shades of Medium Red Violet #BC248D

Tints of Medium Red Violet #BC248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 51.51%
G = 9.86%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC248D (or 0xBC248D) is known color: Medium Red Violet. HEX triplet: BC, 24 and 8D. RGB value is (188,36,141). Sum of RGB (Red+Green+Blue) = 188+36+141=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC248D is #43DB72. Grayscale: #5D5D5D. Windows color (decimal): -4447091 or 9249980. OLE color: 9249980.

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

Color convert

RGB 188 36 141 -
CMYK 0 0.81 0.25 0.26
HSL 318.55º 0.68% 0.44% -
HSV(B) 318.55º 0.81% 0.74% -
XYZ 26.18 13.88 26.5 -
YUV 93.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 188 36 141 0 0.81 0.25 0.26 318.55 0.68 0.44
Hex BC 24 8D 0 51 19 1A 13F 44 2C
Octal 274 44 215 0 121 31 32 477 104 54
Binary 10111100 100100 10001101 0 1010001 11001 11010 100111111 1000100 101100

Color Harmonies of #BC248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC248D

Black with #BC248D

Text Example


Text Example

White with #BC248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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