Html Css Color HEX #BD149D Medium Violet Red

📋 copy color: '#BD149D'

red 189 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #BD149D

Tints of Medium Violet Red #BD149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 51.64%
G = 5.46%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD149D (or 0xBD149D) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9D. RGB value is (189,20,157). Sum of RGB (Red+Green+Blue) = 189+20+157=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149D is #42EB62. Grayscale: #555555. Windows color (decimal): -4385635 or 10294461. OLE color: 10294461.

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

Color convert

RGB 189 20 157 -
CMYK 0 0.89 0.17 0.26
HSL 311.36º 0.81% 0.41% -
HSV(B) 311.36º 0.89% 0.74% -
XYZ 27.32 13.75 33.11 -
YUV 86.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 189 20 157 0 0.89 0.17 0.26 311.36 0.81 0.41
Hex BD 14 9D 0 59 11 1A 137 51 29
Octal 275 24 235 0 131 21 32 467 121 51
Binary 10111101 10100 10011101 0 1011001 10001 11010 100110111 1010001 101001

Color Harmonies of #BD149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD149D

Black with #BD149D

Text Example


Text Example

White with #BD149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD149D; }

 p { color: rgb(189,20,157); }

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

background-color css

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

 a { background-color: rgb(189,20,157); }

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

border-color css

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

 span { border-color: rgb(189,20,157); }

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