Html Css Color HEX #BD31A5 Medium Red Violet

📋 copy color: '#BD31A5'

red 189 ◦ green 49 ◦ blue 165

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

Shades of Medium Red Violet #BD31A5

Tints of Medium Red Violet #BD31A5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 46.9%
G = 12.16%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD31A5 (or 0xBD31A5) is known color: Medium Red Violet. HEX triplet: BD, 31 and A5. RGB value is (189,49,165). Sum of RGB (Red+Green+Blue) = 189+49+165=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD31A5 is #42CE5A. Grayscale: #676767. Windows color (decimal): -4378203 or 10826173. OLE color: 10826173.

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

Color convert

RGB 189 49 165 -
CMYK 0 0.74 0.13 0.26
HSL 310.29º 0.59% 0.47% -
HSV(B) 310.29º 0.74% 0.74% -
XYZ 28.88 15.73 37.11 -
YUV 104.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 189 49 165 0 0.74 0.13 0.26 310.29 0.59 0.47
Hex BD 31 A5 0 4A D 1A 136 3B 2F
Octal 275 61 245 0 112 15 32 466 73 57
Binary 10111101 110001 10100101 0 1001010 1101 11010 100110110 111011 101111

Color Harmonies of #BD31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31A5

Black with #BD31A5

Text Example


Text Example

White with #BD31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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