Html Css Color HEX #BD319D Medium Red Violet

📋 copy color: '#BD319D'

red 189 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #BD319D

Tints of Medium Red Violet #BD319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.75%

R = 47.85%
G = 12.41%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD319D (or 0xBD319D) is known color: Medium Red Violet. HEX triplet: BD, 31 and 9D. RGB value is (189,49,157). Sum of RGB (Red+Green+Blue) = 189+49+157=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD319D is #42CE62. Grayscale: #666666. Windows color (decimal): -4378211 or 10301885. OLE color: 10301885.

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

Color convert

RGB 189 49 157 -
CMYK 0 0.74 0.17 0.26
HSL 313.71º 0.59% 0.47% -
HSV(B) 313.71º 0.74% 0.74% -
XYZ 28.17 15.45 33.4 -
YUV 103.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 189 49 157 0 0.74 0.17 0.26 313.71 0.59 0.47
Hex BD 31 9D 0 4A 11 1A 13A 3B 2F
Octal 275 61 235 0 112 21 32 472 73 57
Binary 10111101 110001 10011101 0 1001010 10001 11010 100111010 111011 101111

Color Harmonies of #BD319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD319D

Black with #BD319D

Text Example


Text Example

White with #BD319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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