Html Css Color HEX #BD319B Medium Red Violet

📋 copy color: '#BD319B'

red 189 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #BD319B

Tints of Medium Red Violet #BD319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 48.09%
G = 12.47%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD319B (or 0xBD319B) is known color: Medium Red Violet. HEX triplet: BD, 31 and 9B. RGB value is (189,49,155). Sum of RGB (Red+Green+Blue) = 189+49+155=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD319B is #42CE64. Grayscale: #666666. Windows color (decimal): -4378213 or 10170813. OLE color: 10170813.

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

Color convert

RGB 189 49 155 -
CMYK 0 0.74 0.18 0.26
HSL 314.57º 0.59% 0.47% -
HSV(B) 314.57º 0.74% 0.74% -
XYZ 28 15.38 32.5 -
YUV 102.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 189 49 155 0 0.74 0.18 0.26 314.57 0.59 0.47
Hex BD 31 9B 0 4A 12 1A 13B 3B 2F
Octal 275 61 233 0 112 22 32 473 73 57
Binary 10111101 110001 10011011 0 1001010 10010 11010 100111011 111011 101111

Color Harmonies of #BD319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD319B

Black with #BD319B

Text Example


Text Example

White with #BD319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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