Html Css Color HEX #BD159F Medium Violet Red

📋 copy color: '#BD159F'

red 189 ◦ green 21 ◦ blue 159

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

Shades of Medium Violet Red #BD159F

Tints of Medium Violet Red #BD159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 51.22%
G = 5.69%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD159F (or 0xBD159F) is known color: Medium Violet Red. HEX triplet: BD, 15 and 9F. RGB value is (189,21,159). Sum of RGB (Red+Green+Blue) = 189+21+159=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD159F is #42EA60. Grayscale: #565656. Windows color (decimal): -4385377 or 10425789. OLE color: 10425789.

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

Color convert

RGB 189 21 159 -
CMYK 0 0.89 0.16 0.26
HSL 310.71º 0.8% 0.41% -
HSV(B) 310.71º 0.89% 0.74% -
XYZ 27.51 13.86 34.03 -
YUV 86.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 189 21 159 0 0.89 0.16 0.26 310.71 0.8 0.41
Hex BD 15 9F 0 59 10 1A 137 50 29
Octal 275 25 237 0 131 20 32 467 120 51
Binary 10111101 10101 10011111 0 1011001 10000 11010 100110111 1010000 101001

Color Harmonies of #BD159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD159F

Black with #BD159F

Text Example


Text Example

White with #BD159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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