Html Css Color HEX #BD159B Medium Violet Red

📋 copy color: '#BD159B'

red 189 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #BD159B

Tints of Medium Violet Red #BD159B

RGB

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

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

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

R = 51.78%
G = 5.75%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD159B (or 0xBD159B) is known color: Medium Violet Red. HEX triplet: BD, 15 and 9B. RGB value is (189,21,155). Sum of RGB (Red+Green+Blue) = 189+21+155=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD159B is #42EA64. Grayscale: #565656. Windows color (decimal): -4385381 or 10163645. OLE color: 10163645.

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

Color convert

RGB 189 21 155 -
CMYK 0 0.89 0.18 0.26
HSL 312.14º 0.8% 0.41% -
HSV(B) 312.14º 0.89% 0.74% -
XYZ 27.17 13.72 32.23 -
YUV 86.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 189 21 155 0 0.89 0.18 0.26 312.14 0.8 0.41
Hex BD 15 9B 0 59 12 1A 138 50 29
Octal 275 25 233 0 131 22 32 470 120 51
Binary 10111101 10101 10011011 0 1011001 10010 11010 100111000 1010000 101001

Color Harmonies of #BD159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD159B

Black with #BD159B

Text Example


Text Example

White with #BD159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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