Html Css Color HEX #BD149A Medium Violet Red

📋 copy color: '#BD149A'

red 189 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #BD149A

Tints of Medium Violet Red #BD149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.42%

R = 52.07%
G = 5.51%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD149A (or 0xBD149A) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9A. RGB value is (189,20,154). Sum of RGB (Red+Green+Blue) = 189+20+154=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149A is #42EB65. Grayscale: #555555. Windows color (decimal): -4385638 or 10097853. OLE color: 10097853.

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

Color convert

RGB 189 20 154 -
CMYK 0 0.89 0.19 0.26
HSL 312.43º 0.81% 0.41% -
HSV(B) 312.43º 0.89% 0.74% -
XYZ 27.07 13.65 31.78 -
YUV 85.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 189 20 154 0 0.89 0.19 0.26 312.43 0.81 0.41
Hex BD 14 9A 0 59 13 1A 138 51 29
Octal 275 24 232 0 131 23 32 470 121 51
Binary 10111101 10100 10011010 0 1011001 10011 11010 100111000 1010001 101001

Color Harmonies of #BD149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD149A

Black with #BD149A

Text Example


Text Example

White with #BD149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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