Html Css Color HEX #BD20A5 Medium Violet Red

📋 copy color: '#BD20A5'

red 189 ◦ green 32 ◦ blue 165

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

Shades of Medium Violet Red #BD20A5

Tints of Medium Violet Red #BD20A5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 165 (64.84% from 255) = 42.75%

R = 48.96%
G = 8.29%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD20A5 (or 0xBD20A5) is known color: Medium Violet Red. HEX triplet: BD, 20 and A5. RGB value is (189,32,165). Sum of RGB (Red+Green+Blue) = 189+32+165=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20A5 is #42DF5A. Grayscale: #5D5D5D. Windows color (decimal): -4382555 or 10821821. OLE color: 10821821.

HSL color Cylindrical-coordinate representation of color #BD20A5: hue angle of 309.17º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20A5 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 165 -
CMYK 0 0.83 0.13 0.26
HSL 309.17º 0.71% 0.43% -
HSV(B) 309.17º 0.83% 0.74% -
XYZ 28.29 14.57 36.92 -
YUV 94.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 189 32 165 0 0.83 0.13 0.26 309.17 0.71 0.43
Hex BD 20 A5 0 53 D 1A 135 47 2B
Octal 275 40 245 0 123 15 32 465 107 53
Binary 10111101 100000 10100101 0 1010011 1101 11010 100110101 1000111 101011

Color Harmonies of #BD20A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD20A5

Black with #BD20A5

Text Example


Text Example

White with #BD20A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD20A5; }

 p { color: rgb(189,32,165); }

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

background-color css

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

 a { background-color: rgb(189,32,165); }

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

border-color css

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

 span { border-color: rgb(189,32,165); }

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