Html Css Color HEX #BD16AA Medium Violet Red

📋 copy color: '#BD16AA'

red 189 ◦ green 22 ◦ blue 170

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

Shades of Medium Violet Red #BD16AA

Tints of Medium Violet Red #BD16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

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

R = 49.61%
G = 5.77%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD16AA (or 0xBD16AA) is known color: Medium Violet Red. HEX triplet: BD, 16 and AA. RGB value is (189,22,170). Sum of RGB (Red+Green+Blue) = 189+22+170=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16AA is #42E955. Grayscale: #585858. Windows color (decimal): -4385110 or 11146941. OLE color: 11146941.

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

Color convert

RGB 189 22 170 -
CMYK 0 0.88 0.10 0.26
HSL 306.83º 0.79% 0.41% -
HSV(B) 306.83º 0.88% 0.74% -
XYZ 28.53 14.29 39.29 -
YUV 88.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 189 22 170 0 0.88 0.10 0.26 306.83 0.79 0.41
Hex BD 16 AA 0 58 A 1A 133 4F 29
Octal 275 26 252 0 130 12 32 463 117 51
Binary 10111101 10110 10101010 0 1011000 1010 11010 100110011 1001111 101001

Color Harmonies of #BD16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16AA

Black with #BD16AA

Text Example


Text Example

White with #BD16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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