Html Css Color HEX #BD31A8 Medium Red Violet

📋 copy color: '#BD31A8'

red 189 ◦ green 49 ◦ blue 168

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

Shades of Medium Red Violet #BD31A8

Tints of Medium Red Violet #BD31A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 46.55%
G = 12.07%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD31A8 (or 0xBD31A8) is known color: Medium Red Violet. HEX triplet: BD, 31 and A8. RGB value is (189,49,168). Sum of RGB (Red+Green+Blue) = 189+49+168=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD31A8 is #42CE57. Grayscale: #686868. Windows color (decimal): -4378200 or 11022781. OLE color: 11022781.

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

Color convert

RGB 189 49 168 -
CMYK 0 0.74 0.11 0.26
HSL 309º 0.59% 0.47% -
HSV(B) 309º 0.74% 0.74% -
XYZ 29.15 15.84 38.57 -
YUV 104.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 189 49 168 0 0.74 0.11 0.26 309 0.59 0.47
Hex BD 31 A8 0 4A B 1A 135 3B 2F
Octal 275 61 250 0 112 13 32 465 73 57
Binary 10111101 110001 10101000 0 1001010 1011 11010 100110101 111011 101111

Color Harmonies of #BD31A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31A8

Black with #BD31A8

Text Example


Text Example

White with #BD31A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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