Html Css Color HEX #BC29AD Medium Red Violet

📋 copy color: '#BC29AD'

red 188 ◦ green 41 ◦ blue 173

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

Shades of Medium Red Violet #BC29AD

Tints of Medium Red Violet #BC29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.2%

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

R = 46.77%
G = 10.2%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC29AD (or 0xBC29AD) is known color: Medium Red Violet. HEX triplet: BC, 29 and AD. RGB value is (188,41,173). Sum of RGB (Red+Green+Blue) = 188+41+173=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC29AD is #43D652. Grayscale: #636363. Windows color (decimal): -4445779 or 11348412. OLE color: 11348412.

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

Color convert

RGB 188 41 173 -
CMYK 0 0.78 0.08 0.26
HSL 306.12º 0.64% 0.45% -
HSV(B) 306.12º 0.78% 0.74% -
XYZ 29.07 15.29 40.95 -
YUV 100 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 188 41 173 0 0.78 0.08 0.26 306.12 0.64 0.45
Hex BC 29 AD 0 4E 8 1A 132 40 2D
Octal 274 51 255 0 116 10 32 462 100 55
Binary 10111100 101001 10101101 0 1001110 1000 11010 100110010 1000000 101101

Color Harmonies of #BC29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29AD

Black with #BC29AD

Text Example


Text Example

White with #BC29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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