Html Css Color HEX #BD159D Medium Violet Red

📋 copy color: '#BD159D'

red 189 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #BD159D

Tints of Medium Violet Red #BD159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

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

R = 51.5%
G = 5.72%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD159D (or 0xBD159D) is known color: Medium Violet Red. HEX triplet: BD, 15 and 9D. RGB value is (189,21,157). Sum of RGB (Red+Green+Blue) = 189+21+157=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD159D is #42EA62. Grayscale: #565656. Windows color (decimal): -4385379 or 10294717. OLE color: 10294717.

HSL color Cylindrical-coordinate representation of color #BD159D: hue angle of 311.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD159D is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 157 -
CMYK 0 0.89 0.17 0.26
HSL 311.43º 0.8% 0.41% -
HSV(B) 311.43º 0.89% 0.74% -
XYZ 27.34 13.79 33.12 -
YUV 86.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 189 21 157 0 0.89 0.17 0.26 311.43 0.8 0.41
Hex BD 15 9D 0 59 11 1A 137 50 29
Octal 275 25 235 0 131 21 32 467 120 51
Binary 10111101 10101 10011101 0 1011001 10001 11010 100110111 1010000 101001

Color Harmonies of #BD159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD159D

Black with #BD159D

Text Example


Text Example

White with #BD159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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