Html Css Color HEX #BD158B Medium Violet Red

📋 copy color: '#BD158B'

red 189 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #BD158B

Tints of Medium Violet Red #BD158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 54.15%
G = 6.02%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD158B (or 0xBD158B) is known color: Medium Violet Red. HEX triplet: BD, 15 and 8B. RGB value is (189,21,139). Sum of RGB (Red+Green+Blue) = 189+21+139=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD158B is #42EA74. Grayscale: #545454. Windows color (decimal): -4385397 or 9115069. OLE color: 9115069.

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

Color convert

RGB 189 21 139 -
CMYK 0 0.89 0.26 0.26
HSL 317.86º 0.8% 0.41% -
HSV(B) 317.86º 0.89% 0.74% -
XYZ 25.91 13.22 25.61 -
YUV 84.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 189 21 139 0 0.89 0.26 0.26 317.86 0.8 0.41
Hex BD 15 8B 0 59 1A 1A 13E 50 29
Octal 275 25 213 0 131 32 32 476 120 51
Binary 10111101 10101 10001011 0 1011001 11010 11010 100111110 1010000 101001

Color Harmonies of #BD158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD158B

Black with #BD158B

Text Example


Text Example

White with #BD158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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