Html Css Color HEX #BD149B Medium Violet Red

📋 copy color: '#BD149B'

red 189 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #BD149B

Tints of Medium Violet Red #BD149B

RGB

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

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

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

R = 51.92%
G = 5.49%
B = 42.58%

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

#BD149B (or 0xBD149B) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9B. RGB value is (189,20,155). Sum of RGB (Red+Green+Blue) = 189+20+155=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149B is #42EB64. Grayscale: #555555. Windows color (decimal): -4385637 or 10163389. OLE color: 10163389.

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

Color convert

RGB 189 20 155 -
CMYK 0 0.89 0.18 0.26
HSL 312.07º 0.81% 0.41% -
HSV(B) 312.07º 0.89% 0.74% -
XYZ 27.15 13.69 32.22 -
YUV 85.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 189 20 155 0 0.89 0.18 0.26 312.07 0.81 0.41
Hex BD 14 9B 0 59 12 1A 138 51 29
Octal 275 24 233 0 131 22 32 470 121 51
Binary 10111101 10100 10011011 0 1011001 10010 11010 100111000 1010001 101001

Color Harmonies of #BD149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD149B

Black with #BD149B

Text Example


Text Example

White with #BD149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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