Html Css Color HEX #BD29AA Medium Red Violet

📋 copy color: '#BD29AA'

red 189 ◦ green 41 ◦ blue 170

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

Shades of Medium Red Violet #BD29AA

Tints of Medium Red Violet #BD29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 47.25%
G = 10.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD29AA (or 0xBD29AA) is known color: Medium Red Violet. HEX triplet: BD, 29 and AA. RGB value is (189,41,170). Sum of RGB (Red+Green+Blue) = 189+41+170=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD29AA is #42D655. Grayscale: #636363. Windows color (decimal): -4380246 or 11151805. OLE color: 11151805.

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

Color convert

RGB 189 41 170 -
CMYK 0 0.78 0.10 0.26
HSL 307.7º 0.64% 0.45% -
HSV(B) 307.7º 0.78% 0.74% -
XYZ 29.03 15.31 39.45 -
YUV 99.96 167.53 191.51 -
System Red Green Blue C M Y K H S L
Decimal 189 41 170 0 0.78 0.10 0.26 307.7 0.64 0.45
Hex BD 29 AA 0 4E A 1A 134 40 2D
Octal 275 51 252 0 116 12 32 464 100 55
Binary 10111101 101001 10101010 0 1001110 1010 11010 100110100 1000000 101101

Color Harmonies of #BD29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29AA

Black with #BD29AA

Text Example


Text Example

White with #BD29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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