Html Css Color HEX #BD158F Medium Violet Red

📋 copy color: '#BD158F'

red 189 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #BD158F

Tints of Medium Violet Red #BD158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 53.54%
G = 5.95%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD158F (or 0xBD158F) is known color: Medium Violet Red. HEX triplet: BD, 15 and 8F. RGB value is (189,21,143). Sum of RGB (Red+Green+Blue) = 189+21+143=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD158F is #42EA70. Grayscale: #545454. Windows color (decimal): -4385393 or 9377213. OLE color: 9377213.

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

Color convert

RGB 189 21 143 -
CMYK 0 0.89 0.24 0.26
HSL 316.43º 0.8% 0.41% -
HSV(B) 316.43º 0.89% 0.74% -
XYZ 26.21 13.34 27.18 -
YUV 85.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 189 21 143 0 0.89 0.24 0.26 316.43 0.8 0.41
Hex BD 15 8F 0 59 18 1A 13C 50 29
Octal 275 25 217 0 131 30 32 474 120 51
Binary 10111101 10101 10001111 0 1011001 11000 11010 100111100 1010000 101001

Color Harmonies of #BD158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD158F

Black with #BD158F

Text Example


Text Example

White with #BD158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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