Html Css Color HEX #BD29AD Medium Red Violet

📋 copy color: '#BD29AD'

red 189 ◦ green 41 ◦ blue 173

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

Shades of Medium Red Violet #BD29AD

Tints of Medium Red Violet #BD29AD

RGB

 RED value IS 189 (74.22% from 255) = 46.9%

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

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

R = 46.9%
G = 10.17%
B = 42.93%

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

#BD29AD (or 0xBD29AD) is known color: Medium Red Violet. HEX triplet: BD, 29 and AD. RGB value is (189,41,173). Sum of RGB (Red+Green+Blue) = 189+41+173=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD29AD is #42D652. Grayscale: #636363. Windows color (decimal): -4380243 or 11348413. OLE color: 11348413.

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

Color convert

RGB 189 41 173 -
CMYK 0 0.78 0.08 0.26
HSL 306.49º 0.64% 0.45% -
HSV(B) 306.49º 0.78% 0.74% -
XYZ 29.32 15.42 40.97 -
YUV 100.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 189 41 173 0 0.78 0.08 0.26 306.49 0.64 0.45
Hex BD 29 AD 0 4E 8 1A 132 40 2D
Octal 275 51 255 0 116 10 32 462 100 55
Binary 10111101 101001 10101101 0 1001110 1000 11010 100110010 1000000 101101

Color Harmonies of #BD29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29AD

Black with #BD29AD

Text Example


Text Example

White with #BD29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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