Html Css Color HEX #BC28AD Medium Red Violet

📋 copy color: '#BC28AD'

red 188 ◦ green 40 ◦ blue 173

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

Shades of Medium Red Violet #BC28AD

Tints of Medium Red Violet #BC28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.98%

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 46.88%
G = 9.98%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC28AD (or 0xBC28AD) is known color: Medium Red Violet. HEX triplet: BC, 28 and AD. RGB value is (188,40,173). Sum of RGB (Red+Green+Blue) = 188+40+173=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28AD is #43D752. Grayscale: #636363. Windows color (decimal): -4446035 or 11348156. OLE color: 11348156.

HSL color Cylindrical-coordinate representation of color #BC28AD: hue angle of 306.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC28AD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 173 -
CMYK 0 0.79 0.08 0.26
HSL 306.08º 0.65% 0.45% -
HSV(B) 306.08º 0.79% 0.74% -
XYZ 29.04 15.23 40.94 -
YUV 99.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 188 40 173 0 0.79 0.08 0.26 306.08 0.65 0.45
Hex BC 28 AD 0 4F 8 1A 132 41 2D
Octal 274 50 255 0 117 10 32 462 101 55
Binary 10111100 101000 10101101 0 1001111 1000 11010 100110010 1000001 101101

Color Harmonies of #BC28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28AD

Black with #BC28AD

Text Example


Text Example

White with #BC28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28AD; }

 p { color: rgb(188,40,173); }

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

background-color css

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

 a { background-color: rgb(188,40,173); }

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

border-color css

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

 span { border-color: rgb(188,40,173); }

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