Html Css Color HEX #BD158D Medium Violet Red

📋 copy color: '#BD158D'

red 189 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #BD158D

Tints of Medium Violet Red #BD158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 53.85%
G = 5.98%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD158D (or 0xBD158D) is known color: Medium Violet Red. HEX triplet: BD, 15 and 8D. RGB value is (189,21,141). Sum of RGB (Red+Green+Blue) = 189+21+141=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD158D is #42EA72. Grayscale: #545454. Windows color (decimal): -4385395 or 9246141. OLE color: 9246141.

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

Color convert

RGB 189 21 141 -
CMYK 0 0.89 0.25 0.26
HSL 317.14º 0.8% 0.41% -
HSV(B) 317.14º 0.89% 0.74% -
XYZ 26.06 13.28 26.39 -
YUV 84.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 189 21 141 0 0.89 0.25 0.26 317.14 0.8 0.41
Hex BD 15 8D 0 59 19 1A 13D 50 29
Octal 275 25 215 0 131 31 32 475 120 51
Binary 10111101 10101 10001101 0 1011001 11001 11010 100111101 1010000 101001

Color Harmonies of #BD158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD158D

Black with #BD158D

Text Example


Text Example

White with #BD158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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